Skip to content

Commit

Permalink
Update mysql Docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Jan 22, 2025
1 parent d43e5f3 commit 245c139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart-docker-compose/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ services:
restart: unless-stopped

db:
image: "mysql:8.0"
image: "mysql:8.4@sha256:1d967fb75a64dc3c2894c69285becfc2304ae0c3c4f4c715c297f3c12d60b01c"
environment:
MYSQL_DATABASE: "pulumi"
# This is set to true because we never expose the db service outside the local network.
Expand Down

0 comments on commit 245c139

Please sign in to comment.