Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent 2f0ef20 commit 2477178
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

services:
mysql:
image: mysql:8.4.0
image: mysql:8.4.1
env:
MYSQL_ROOT_PASSWORD: userfeedback
MYSQL_DATABASE: e2e
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.infra-amd64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
mysql:
hostname: mysql
image: mysql:8.4.0
image: mysql:8.4.1
platform: linux/amd64
restart: always
command: [--mysql-native-password=ON]
Expand All @@ -21,7 +21,7 @@ services:
# optional for e2e test
mysql-for-e2e:
hostname: mysql
image: mysql:8.4.0
image: mysql:8.4.1
platform: linux/amd64
restart: always
command: [--mysql-native-password=ON]
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.infra-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
mysql:
hostname: mysql
image: mysql:8.4.0
image: mysql:8.4.1
platform: linux/arm64/v8
restart: always
command: [--mysql-native-password=ON]
Expand All @@ -21,7 +21,7 @@ services:
# optional for e2e test
mysql-for-e2e:
hostname: mysql
image: mysql:8.4.0
image: mysql:8.4.1
platform: linux/arm64/v8
restart: always
command: [--mysql-native-password=ON]
Expand Down

0 comments on commit 2477178

Please sign in to comment.