We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee467f commit 23d79edCopy full SHA for 23d79ed
1 file changed
docker/native-image-musl/dockerfile
@@ -1,6 +1,6 @@
1
# Use an old version of Ubuntu to build the test server to maintain compatibility with
2
# older versions of glibc, specifically glib 2.17.
3
-FROM ubuntu:18.04
+FROM ubuntu:24.04
4
ENV JAVA_HOME=/usr/lib64/graalvm/graalvm-community-java23
5
COPY --from=ghcr.io/graalvm/native-image-community:23 $JAVA_HOME $JAVA_HOME
6
ENV PATH="${JAVA_HOME}/bin:${PATH}"
0 commit comments