Compare commits

..

1 commit

Author SHA1 Message Date
803fb1bde9 chore(deps): update mariadb docker tag to v12.2.2
Some checks failed
images.yml / chore(deps): update mariadb docker tag to v12.1.2 (pull_request) Failing after 0s
images.yml / chore(deps): update mariadb docker tag to v12.2.2 (push) Failing after 0s
images.yml / chore(deps): update mariadb docker tag to v12.2.2 (pull_request) Failing after 0s
2026-02-16 13:32:53 +00:00

View file

@ -1,6 +1,6 @@
services: services:
db: db:
image: mariadb:12.1.2 image: mariadb:12.2.2
command: --max_allowed_packet=3250585600 command: --max_allowed_packet=3250585600
environment: environment:
MYSQL_ROOT_PASSWORD: rootpassword # ${{secrets.MYSQL_ROOT_PASSWORD}} MYSQL_ROOT_PASSWORD: rootpassword # ${{secrets.MYSQL_ROOT_PASSWORD}}