Skip to content

Commit

Permalink
Update mysql Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent b56225e commit 1cb83bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
services:
mysql:
container_name: quepid_prod_db
image: mysql:8.3.0
image: mysql:9.1.0
ports:
- 3306:3306
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

mysql:
container_name: quepid_db
image: mysql:8.3.0
image: mysql:9.1.0
ports:
- 3306:3306
environment:
Expand Down

0 comments on commit 1cb83bc

Please sign in to comment.