Compare commits

...

1 commit

Author SHA1 Message Date
f9689d6635 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 3m27s
/ Ansible Lint (pull_request) Successful in 3m3s
2026-07-23 12:45:52 +00:00

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/mariadb:11
image: docker.io/library/mariadb:12
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"