Skip to content

Commit fa6f417

Browse files
chore(container): update image mariadb to de61fed
1 parent 032f764 commit fa6f417

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
@@ -49,7 +49,7 @@ jobs:
4949
needs: [build]
5050
services:
5151
mysql:
52-
image: mariadb:10.11.18@sha256:be981e4113326ada8d6004174dd09eeaefc03094037f811182a52d4f2e737350
52+
image: mariadb:10.11.18@sha256:de61fed4a40d3842f3ee09944ba52792156cfd9adf489b2cc670fc6ded28df8d
5353
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
5454
env:
5555
MYSQL_ROOT_PASSWORD: password
@@ -81,7 +81,7 @@ jobs:
8181
needs: [build]
8282
services:
8383
mysql:
84-
image: mariadb:10.11.18@sha256:be981e4113326ada8d6004174dd09eeaefc03094037f811182a52d4f2e737350
84+
image: mariadb:10.11.18@sha256:de61fed4a40d3842f3ee09944ba52792156cfd9adf489b2cc670fc6ded28df8d
8585
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
8686
env:
8787
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.18@sha256:be981e4113326ada8d6004174dd09eeaefc03094037f811182a52d4f2e737350
46+
image: mariadb:10.11.18@sha256:de61fed4a40d3842f3ee09944ba52792156cfd9adf489b2cc670fc6ded28df8d
4747
restart: always
4848
environment:
4949
MYSQL_ROOT_PASSWORD: password

0 commit comments

Comments
 (0)