chore: publish 2.9.1+6.5.3 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-05-11 12:18:46 -03:00
parent cf9b5f529e
commit 564db5b63f

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: "wordpress:6.5.2" image: "wordpress:6.5.3"
volumes: volumes:
- "wordpress_content:/var/www/html/wp-content/" - "wordpress_content:/var/www/html/wp-content/"
networks: networks:
@ -60,7 +60,7 @@ services:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html" - "backupbot.backup.path=/var/www/html"
- "coop-cloud.${STACK_NAME}.version=2.9.0+6.5.2" - "coop-cloud.${STACK_NAME}.version=2.9.1+6.5.3"
db: db:
image: "mariadb:11.3" image: "mariadb:11.3"