Skip to content

Commit e984924

Browse files
authored
build(docker): Replace ubuntu:jammy with graalvm-native-image-base (#33)
Signed-off-by: tison <[email protected]>
1 parent 8cda4b2 commit e984924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /build
1717
COPY . .
1818
RUN ./mvnw -B -ntp clean package -DskipTests -Pnative
1919

20-
FROM ubuntu:jammy
20+
FROM cgr.dev/chainguard/graalvm-native-image-base
2121
COPY --from=build /build/distribution/native/target/hawkeye-native /bin/
2222
WORKDIR /github/workspace/
2323
ENTRYPOINT ["/bin/hawkeye-native"]

0 commit comments

Comments
 (0)