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