Skip to content

Commit

Permalink
chore(deps): update docker.io/library/mysql docker tag to v9.1.0 (#1047)
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 Oct 26, 2024
1 parent ac6da68 commit 2e7fcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

db:
container_name: database
image: docker.io/library/mysql:9.0.1
image: docker.io/library/mysql:9.1.0
ports:
- 3306:3306
environment:
Expand Down

0 comments on commit 2e7fcfd

Please sign in to comment.