From 8302a984a2b27b6b7dfaf3d9a11995ca6c21d735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 23 Sep 2026 12:32:24 +0200 Subject: [PATCH] :whale: Bump penpotapp images to 2.18 in docker-compose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Barragán Merino --- docker/images/docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 9d5082b4b4..df846c43b4 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -85,7 +85,7 @@ services: # - "443:443" penpot-frontend: - image: "penpotapp/frontend:${PENPOT_VERSION:-2.17}" + image: "penpotapp/frontend:${PENPOT_VERSION:-2.18}" restart: always ports: - 9001:8080 @@ -124,7 +124,7 @@ services: # PENPOT_DISABLE_IPV6_LISTEN: "true" penpot-backend: - image: "penpotapp/backend:${PENPOT_VERSION:-2.17}" + image: "penpotapp/backend:${PENPOT_VERSION:-2.18}" restart: always volumes: @@ -183,7 +183,7 @@ services: PENPOT_SMTP_SSL: "false" penpot-admin-console: - image: "penpotapp/admin-console:${PENPOT_VERSION:-2.16}" + image: "penpotapp/admin-console:${PENPOT_VERSION:-2.18}" restart: always depends_on: @@ -201,13 +201,13 @@ services: PENPOT_INTERNAL_URI: http://penpot-frontend:8080 penpot-mcp: - image: "penpotapp/mcp:${PENPOT_VERSION:-2.17}" + image: "penpotapp/mcp:${PENPOT_VERSION:-2.18}" restart: always networks: - penpot penpot-exporter: - image: "penpotapp/exporter:${PENPOT_VERSION:-2.17}" + image: "penpotapp/exporter:${PENPOT_VERSION:-2.18}" restart: always depends_on: