Skip to content

Commit

Permalink
use mysql:8.0 image instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Abel committed Oct 8, 2024
1 parent b4c6e94 commit f12897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:latest
FROM mysql:8.0

ENV MYSQL_ROOT_PASSWORD root
ENV MYSQL_DATABASE test
Expand Down

0 comments on commit f12897e

Please sign in to comment.