We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e8932 commit d9e0a1bCopy full SHA for d9e0a1b
docker/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:noble-20241011
3
# Set environment variables
4
ENV DEBIAN_FRONTEND=noninteractive
5
ENV _UBUNTU_VERSION=24.04
6
-ENV _MYSQL_SHELL_VERSION=8.0.36
+ENV _MYSQL_SHELL_VERSION=8.4.3
7
8
RUN apt update \
9
&& apt install -y curl python3 \
0 commit comments