We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a6713 commit 8bee132Copy full SHA for 8bee132
README.md
@@ -95,7 +95,7 @@ http://localhost
95
### db container
96
97
- Base image
98
- - [mysql](https://hub.docker.com/_/mysql):8.0
+ - [mysql](https://hub.docker.com/_/mysql):8.3
99
100
### mailpit container
101
infra/docker/mysql/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mysql:8.0
+FROM mysql:8.3
2
3
ENV TZ=UTC
4
0 commit comments