Skip to content

Commit ae9a768

Browse files
build(deps): update mariadb docker tag to v10.11.15 (#687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68013c8 commit ae9a768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
container: python:3.13.9-alpine3.22
5555
services:
5656
db:
57-
image: mariadb:10.11.14-jammy
57+
image: mariadb:10.11.15-jammy
5858
env:
5959
MARIADB_ROOT_PASSWORD: ${{ env.DB_ROOT_PASSWORD }}
6060
# ensure that user has permissions for test DB to be used by pytest

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
services:
66
db:
7-
image: mariadb:10.11.14-jammy
7+
image: mariadb:10.11.15-jammy
88
ports:
99
- ${MARIADB_EXTERNAL_PORT}:3306
1010
volumes:

0 commit comments

Comments
 (0)