chore: update image tags

This commit is contained in:
2026-03-07 09:39:16 +01:00
parent 306b348961
commit 364b5c8b8a

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:6.9.0"
image: "wordpress:6.9.1"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@ -65,7 +65,7 @@ services:
- "coop-cloud.${STACK_NAME}.version=2.17.1+6.9.0"
db:
image: "mariadb:12.1"
image: "mariadb:12.2"
volumes:
- "mariadb:/var/lib/mysql"
networks: