Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 1d46ef5 commit d59da0e
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.1
image: mysql:8.2
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.1
image: mysql:8.2
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.1
image: mysql:8.2
ports:
# <Port exposed> : < MySQL Port running inside container>
- "3306:3306"
Expand Down

0 comments on commit d59da0e

Please sign in to comment.