Skip to content

Commit

Permalink
Distroless
Browse files Browse the repository at this point in the history
  • Loading branch information
igorweber committed Dec 19, 2024
1 parent e19e8c7 commit 65b3839
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ghcr.io/navikt/baseimages/temurin:21
FROM gcr.io/distroless/java21-debian12:nonroot

COPY build/libs/meldekortservice-all.jar /app/app.jar
COPY build/libs/meldekortservice-all.jar /app.jar
CMD ["/app.jar"]

0 comments on commit 65b3839

Please sign in to comment.