Skip to content

Commit 8bee132

Browse files
authoredApr 30, 2024
chore(deps): update mysql docker tag to v8.3 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50a6713 commit 8bee132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ http://localhost
9595
### db container
9696

9797
- Base image
98-
- [mysql](https://hub.docker.com/_/mysql):8.0
98+
- [mysql](https://hub.docker.com/_/mysql):8.3
9999

100100
### mailpit container
101101

‎infra/docker/mysql/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.0
1+
FROM mysql:8.3
22

33
ENV TZ=UTC
44

0 commit comments

Comments
 (0)
Please sign in to comment.