From 2f57df82c8666a3915e6a014ff5f01da7fceb138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:05:54 +0000 Subject: [PATCH] build(deps): update mariadb docker tag to v11 --- .github/workflows/ci.yml | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b708fc40f..9bb79fb33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: container: python:3.12.9-alpine3.20 services: db: - image: mariadb:10.11.11-jammy + image: mariadb:11.3.2-jammy env: MARIADB_ROOT_PASSWORD: ${{ env.DB_ROOT_PASSWORD }} # ensure that user has permissions for test DB to be used by pytest diff --git a/compose.yaml b/compose.yaml index e4f19b1ad..e62263ea7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: db: - image: mariadb:10.11.11-jammy + image: mariadb:11.3.2-jammy environment: - MARIADB_RANDOM_ROOT_PASSWORD=yes - MARIADB_USER=${DATABASE_USER}