From 0c9f78c6d60ff03f9555e73ddf4039f0be42fddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:15:12 +0000 Subject: [PATCH] build(deps): Bump library/mariadb from 11.8 to 12.1 Bumps library/mariadb from 11.8 to 12.1. --- updated-dependencies: - dependency-name: library/mariadb dependency-version: '12.1' 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..3d1b681f 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.1 restart: unless-stopped env_file: .env.production