Skip to content

Commit 2affa47

Browse files
chore(deps): update mariadb docker tag to v12
1 parent 1e48de6 commit 2affa47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/php-unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
image: "ghcr.io/it-at-m/eappointment-php-base:8.3-dev"
113113
services:
114114
mariadb:
115-
image: mariadb:10.11
115+
image: mariadb:12.0
116116
env:
117117
MYSQL_ROOT_PASSWORD: zmsapi
118118
MYSQL_DATABASE: zmsbo
@@ -182,7 +182,7 @@ jobs:
182182
image: "ghcr.io/it-at-m/eappointment-php-base:8.3-dev"
183183
services:
184184
mariadb:
185-
image: mariadb:10.11
185+
image: mariadb:12.0
186186
env:
187187
MYSQL_ROOT_PASSWORD: zmsdb
188188
MYSQL_DATABASE: zmsbo

zmsapi/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mariadb:
3-
image: mariadb:10.11
3+
image: mariadb:12.0
44
environment:
55
MYSQL_ROOT_PASSWORD: zmsapi
66
MYSQL_DATABASE: zmsbo

zmsdb/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mariadb:
3-
image: mariadb:10.11
3+
image: mariadb:12.0
44
environment:
55
MYSQL_ROOT_PASSWORD: zmsdb
66
MYSQL_DATABASE: zmsbo

0 commit comments

Comments
 (0)