Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8.4.0 (#1462)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 2aa6bbd commit 4ae6a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
command: /start

mysql:
image: mysql:8.3.0
image: mysql:8.4.0
environment:
MYSQL_RANDOM_ROOT_PASSWORD: ${SO_MYSQL_RANDOM_ROOT_PASSWORD:-yes}
MYSQL_DATABASE: ${SO_MYSQL_DATABASE:-secobserve}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-prod-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
- database

mysql:
image: mysql:8.3.0
image: mysql:8.4.0
container_name: "prod_mysql"
environment:
MYSQL_RANDOM_ROOT_PASSWORD: ${SO_MYSQL_RANDOM_ROOT_PASSWORD:-yes}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-prod-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- "5000:5000"

mysql:
image: mysql:8.3.0
image: mysql:8.4.0
profiles:
- mysql
environment:
Expand Down

0 comments on commit 4ae6a52

Please sign in to comment.