We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac51840 commit d697babCopy full SHA for d697bab
docker/Dockerfile
@@ -1,8 +1,9 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:jammy-20240227
2
3
+# Set environment variables
4
ENV DEBIAN_FRONTEND=noninteractive
5
ENV _UBUNTU_VERSION=22.04
-ENV _MYSQL_SHELL_VERSION=8.0.35
6
+ENV _MYSQL_SHELL_VERSION=8.0.36
7
8
RUN apt update \
9
&& apt install -y curl python3 \
0 commit comments