Skip to content

Commit

Permalink
Merge pull request #263 from compscidr/renovate/mysql-8.x
Browse files Browse the repository at this point in the history
Update mysql Docker tag to v8.2
  • Loading branch information
compscidr committed Oct 27, 2023
2 parents 0bd9c07 + ebc8db4 commit 8b28be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.0"
services:
db:
container_name: db
image: mysql:8.1
image: mysql:8.2
restart: always
env_file:
template.env
Expand Down

0 comments on commit 8b28be7

Please sign in to comment.