Skip to content

Commit

Permalink
updating mysql docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Oct 11, 2024
1 parent 41a5996 commit d1aa555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
MYSQL_USER: [user]
MYSQL_PASSWORD: [pw]
MYSQL_ROOT_PASSWORD: [pw]
image: mysql:8.0.37-oracle # for arm64v8 architecture
image: mysql:8.0.20-oracle # for arm64v8 architecture
networks:
- gear
ports:
Expand Down

0 comments on commit d1aa555

Please sign in to comment.