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 af5c00a commit 079c17fCopy full SHA for 079c17f
native-image/spring-boot-webserver/Dockerfile.alpine.static
@@ -2,7 +2,7 @@ FROM container-registry.oracle.com/graalvm/native-image:25-muslib AS nativebuild
2
COPY . /webserver
3
WORKDIR /webserver
4
# Build a fully static native image with optimization for size
5
-RUN ./mvnw -Dmaven.test.skip=true -Pnative,static native:compile
+RUN ./mvnw -Dmaven.test.skip=true -Pnative,fully-static native:compile
6
7
# Alpine - no glibc
8
FROM alpine:3
0 commit comments