Skip to content

Commit bc1ea19

Browse files
fix(github-action): update image mariadb to v10.11.17
1 parent 48e9640 commit bc1ea19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs: [build]
4646
services:
4747
mysql:
48-
image: mariadb:10.11.16
48+
image: mariadb:10.11.17
4949
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
5050
env:
5151
MYSQL_ROOT_PASSWORD: password
@@ -75,7 +75,7 @@ jobs:
7575
needs: [build]
7676
services:
7777
mysql:
78-
image: mariadb:10.11.16
78+
image: mariadb:10.11.17
7979
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
8080
env:
8181
MYSQL_ROOT_PASSWORD: password

compose.yaml

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

4545
mysql:
46-
image: mariadb:10.11.16
46+
image: mariadb:10.11.17
4747
restart: always
4848
environment:
4949
MYSQL_ROOT_PASSWORD: password

0 commit comments

Comments
 (0)