chore: publish 2.9.0+6.5.2 release

This commit is contained in:
Moritz
2024-04-15 16:50:18 +02:00
parent 240b70a967
commit cf9b5f529e
2 changed files with 15 additions and 2 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:6.5.0"
image: "wordpress:6.5.2"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@@ -60,7 +60,7 @@ services:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"
- "coop-cloud.${STACK_NAME}.version=2.8.0+6.5.0"
- "coop-cloud.${STACK_NAME}.version=2.9.0+6.5.2"
db:
image: "mariadb:11.3"