From 95b94adedc25c8cb1b97cc89ec419a121836b8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 10:02:21 +0000 Subject: [PATCH] build(deps): bump library/mariadb from 11.8 to 12.2 Bumps library/mariadb from 11.8 to 12.2. --- updated-dependencies: - dependency-name: library/mariadb dependency-version: '12.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- compose.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.production.yml b/compose.production.yml index a10283cd..5f574512 100644 --- a/compose.production.yml +++ b/compose.production.yml @@ -17,7 +17,7 @@ services: - db db: - image: docker.io/library/mariadb:11.8 + image: docker.io/library/mariadb:12.2 restart: unless-stopped env_file: .env.production