Skip to content

Commit

Permalink
Update mysql Docker tag to v8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 64eedb6 commit 20e54e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/awscli-mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.0.33
FROM mysql:8.4.3
RUN apt-get update && apt-get install -y python3 curl unzip vim
RUN sed -i '1s/^/openssl_conf = default_conf\n/' /usr/lib/ssl/openssl.cnf
RUN echo "[ default_conf ] \n\
Expand Down

0 comments on commit 20e54e2

Please sign in to comment.