Skip to content

Commit 079c17f

Browse files
committed
Updated profile name to fully-static
1 parent af5c00a commit 079c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-image/spring-boot-webserver/Dockerfile.alpine.static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM container-registry.oracle.com/graalvm/native-image:25-muslib AS nativebuild
22
COPY . /webserver
33
WORKDIR /webserver
44
# Build a fully static native image with optimization for size
5-
RUN ./mvnw -Dmaven.test.skip=true -Pnative,static native:compile
5+
RUN ./mvnw -Dmaven.test.skip=true -Pnative,fully-static native:compile
66

77
# Alpine - no glibc
88
FROM alpine:3

0 commit comments

Comments
 (0)