🐳 Pin docker images to 2.16

This commit is contained in:
David Barragán Merino 2026-06-11 16:47:35 +02:00
parent 11096f1829
commit ab614d2ae9

View File

@ -78,7 +78,7 @@ services:
# - "443:443" # - "443:443"
penpot-frontend: penpot-frontend:
image: "penpotapp/frontend:${PENPOT_VERSION:-2.15}" image: "penpotapp/frontend:${PENPOT_VERSION:-2.16}"
restart: always restart: always
ports: ports:
- 9001:8080 - 9001:8080
@ -111,7 +111,7 @@ services:
# PENPOT_DISABLE_IPV6_LISTEN: "true" # PENPOT_DISABLE_IPV6_LISTEN: "true"
penpot-backend: penpot-backend:
image: "penpotapp/backend:${PENPOT_VERSION:-2.15}" image: "penpotapp/backend:${PENPOT_VERSION:-2.16}"
restart: always restart: always
volumes: volumes:
@ -180,13 +180,13 @@ services:
PENPOT_SMTP_SSL: "false" PENPOT_SMTP_SSL: "false"
penpot-mcp: penpot-mcp:
image: "penpotapp/mcp:${PENPOT_VERSION:-2.15}" image: "penpotapp/mcp:${PENPOT_VERSION:-2.16}"
restart: always restart: always
networks: networks:
- penpot - penpot
penpot-exporter: penpot-exporter:
image: "penpotapp/exporter:${PENPOT_VERSION:-2.15}" image: "penpotapp/exporter:${PENPOT_VERSION:-2.16}"
restart: always restart: always
depends_on: depends_on: