Skip to content

Commit aaff757

Browse files
authored
Merge pull request #29 from snickerjp/vLTS-Noble
bump up version
2 parents 80168ff + d9e0a1b commit aaff757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM ubuntu:jammy-20240911.1
1+
FROM ubuntu:noble-20241011
22

33
# Set environment variables
44
ENV DEBIAN_FRONTEND=noninteractive
5-
ENV _UBUNTU_VERSION=22.04
6-
ENV _MYSQL_SHELL_VERSION=8.0.36
5+
ENV _UBUNTU_VERSION=24.04
6+
ENV _MYSQL_SHELL_VERSION=8.4.3
77

88
RUN apt update \
99
&& apt install -y curl python3 \

0 commit comments

Comments
 (0)