Skip to content

Commit

Permalink
build(docker): Use new name for GraalVM base image (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky authored Jan 14, 2023
1 parent d9e8f41 commit 5c4659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /build
COPY . .
RUN ./mvnw -B -ntp clean package -DskipTests -Pnative

FROM cgr.dev/chainguard/graalvm-native-image-base
FROM cgr.dev/chainguard/graalvm-native
COPY --from=build /build/distribution/native/target/hawkeye-native /bin/
WORKDIR /github/workspace/
ENTRYPOINT ["/bin/hawkeye-native"]

0 comments on commit 5c4659b

Please sign in to comment.