chore: publish 2.4.0+23.05.2.2.1 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-08-24 10:37:58 +02:00
parent e6607f4801
commit d52e12925a
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
web: web:
image: "nginx:1.24.0" image: "nginx:1.25.2"
environment: environment:
- STACK_NAME - STACK_NAME
- DOMAIN=${DOMAIN} - DOMAIN=${DOMAIN}
@ -24,7 +24,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app: app:
image: "collabora/code:22.05.14.3.1" image: "collabora/code:23.05.2.2.1"
cap_add: cap_add:
- MKNOD - MKNOD
secrets: secrets:
@ -44,7 +44,7 @@ services:
- internal - internal
deploy: deploy:
labels: labels:
- "coop-cloud.${STACK_NAME}.version=2.3.0+22.05.14.3.1" - "coop-cloud.${STACK_NAME}.version=2.4.0+23.05.2.2.1"
networks: networks:
proxy: proxy: