Update docker.io/library/mariadb Docker tag to v12 #39

Open
renovate wants to merge 1 commit from renovate/docker.io-library-mariadb-12.x into main
Showing only changes of commit 72e2bd1b59 - Show all commits

Update docker.io/library/mariadb Docker tag to v12
Some checks failed
/ Ansible Lint (push) Failing after 3m0s
/ Ansible Lint (pull_request) Failing after 2m45s

Renovate 2026-01-13 16:00:44 +00:00

View file

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