We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3214541 commit 4541966Copy full SHA for 4541966
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.3.0
+ENV _MYSQL_SHELL_VERSION=9.1.0
7
8
RUN apt update \
9
&& apt install -y curl python3 \
0 commit comments