Skip to content

Commit d3632b9

Browse files
chore(deps): update mariadb docker tag to v12.1 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f872df commit d3632b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/samples/full-setup/docker-compose.yml

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

4545
# persistent storage
4646
db-mysql:
47-
image: mariadb:12.0
47+
image: mariadb:12.1
4848
hostname: db
4949
environment:
5050
- MARIADB_USER=metin2

src/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939

4040
# persistent storage
4141
db-mysql:
42-
image: mariadb:12.0
42+
image: mariadb:12.1
4343
hostname: db
4444
ports:
4545
- "3306:3306"

0 commit comments

Comments
 (0)