From eeeaa0c76dd9a7ac6032d28d0e24ae60a852af85 Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Wed, 3 Dec 2025 11:30:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(docker)=20upgrade=20docspec?= =?UTF-8?q?=20api=20to=20version=202.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated docspec service image from 2.0.0 to 2.4.4 to include latest features and bug fixes. Signed-off-by: Stephan Meijer --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 55e2a8a8..f3ce091d 100644 --- a/compose.yml +++ b/compose.yml @@ -219,6 +219,6 @@ services: restart: true docspec: - image: ghcr.io/docspecio/api:2.0.0 + image: ghcr.io/docspecio/api:2.4.4 ports: - "4000:4000" \ No newline at end of file