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 be92183 commit 471a1aeCopy full SHA for 471a1ae
docker/native-image-musl/dockerfile
@@ -1,5 +1,5 @@
1
# This Dockerfile builds a GraalVM Native Image Test Server with musl support.
2
-FROM ubuntu:24.04
+FROM ubuntu:noble-20250805
3
ENV JAVA_HOME=/usr/lib64/graalvm/graalvm-community-java23
4
COPY --from=ghcr.io/graalvm/native-image-community:23 $JAVA_HOME $JAVA_HOME
5
ENV PATH="${JAVA_HOME}/bin:${PATH}"
0 commit comments