From 3480604359bfe4a7ed747493bcd742c81a1e923a 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 07792dd6..d9062da7 100644 --- a/compose.yml +++ b/compose.yml @@ -232,7 +232,7 @@ services: restart: true docspec: - image: ghcr.io/docspecio/api:2.0.0 + image: ghcr.io/docspecio/api:2.4.4 ports: - "4000:4000"