Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 82e22ff commit 4660092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot-togglz-sample/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

mysqldb:
image: mysql:8.3
image: mysql:8.4
environment:
- MYSQL_DATABASE=appdb
- MYSQL_USER=appuser
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- SA_PASSWORD=password

mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- "3306:3306"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion jpa/boot-data-multipledatasources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- PGADMIN_DEFAULT_PASSWORD=admin

mysql:
image: mysql:8.3
image: mysql:8.4
ports:
# <Port exposed> : < MySQL Port running inside container>
- "3306:3306"
Expand Down

0 comments on commit 4660092

Please sign in to comment.