Compare commits

...

2 commits

Author SHA1 Message Date
bd96ce5bc6 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ build (pull_request) Successful in 31s
/ Ansible Lint (push) Successful in 2m37s
/ Ansible Lint (pull_request) Successful in 2m47s
2026-07-10 10:15:55 +00:00
14d2d002f7 Update docker.io/prom/prometheus Docker tag to v3.13.1
All checks were successful
/ build (pull_request) Successful in 50s
/ Ansible Lint (pull_request) Successful in 3m17s
/ cleanup-staging (pull_request) Successful in 7s
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 3m14s
2026-07-10 09:15:50 +00:00
2 changed files with 2 additions and 2 deletions

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 }}"

View file

@ -2,7 +2,7 @@
services:
prometheus:
image: docker.io/prom/prometheus:v3.13.0
image: docker.io/prom/prometheus:v3.13.1
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'