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 5aaec88 commit 2537271Copy full SHA for 2537271
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