Skip to content

Commit

Permalink
[RTD-2570] test alternative graalvm image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Jun 11, 2024
1 parent afbe417 commit 66e83dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/graalvm/graalvm-community:21.0.2-ol9-20240116@sha256:6e46c711c90bdbc24e23ccdb6e3fba837d660e68dd4ffeb87abbd3d08e115653 AS builder
FROM ghcr.io/graalvm/native-image-community:22.0.1-muslib-ol8-20240416@sha256:4533f0684655839f62f5814567d2104e5e4aed5c26182c97afa0a7fae2717d6a

WORKDIR /build
COPY . .
Expand All @@ -18,3 +18,4 @@ USER 10000
COPY --from=builder /build/target/rtd-ms-sender-auth .

ENTRYPOINT ["./rtd-ms-sender-auth"]

0 comments on commit 66e83dc

Please sign in to comment.