We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909f7bc commit 61f22d4Copy full SHA for 61f22d4
docker/Dockerfile
@@ -1,8 +1,8 @@
1
-FROM ubuntu:jammy-20240405
+FROM ubuntu:noble-20241011
2
3
# Set environment variables
4
ENV DEBIAN_FRONTEND=noninteractive
5
-ENV _UBUNTU_VERSION=22.04
+ENV _UBUNTU_VERSION=24.04
6
ENV _MYSQL_SHELL_VERSION=8.0.36
7
8
RUN apt update \
0 commit comments