Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 771d68f commit 34a7a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
mysql:
image: mysql:8-oracle
image: mysql:9-oracle
restart: always
ports:
- "3306:3306"
Expand Down
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.4-oracle
FROM mysql:9.0-oracle

RUN mkdir /var/lib/mysql-volume
CMD ["--datadir", "/var/lib/mysql-volume"]

0 comments on commit 34a7a22

Please sign in to comment.