Skip to content

Commit 0c16a4c

Browse files
chore(deps): update mysql docker tag to v9
| datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | mysql | 8.0 | 9.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent bbeee0d commit 0c16a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
services:
1515
mysql:
16-
image: mysql:8.0
16+
image: mysql:9.4@sha256:135bc87cce147c3d28cecb9ad270b814cb52805af7ddeea83bfcaf157d05a6b2
1717
env:
1818
MYSQL_ALLOW_EMPTY_PASSWORD: yes
1919
MYSQL_DATABASE: mysql

0 commit comments

Comments
 (0)