Skip to content

Commit bef9bf4

Browse files
committed
New Docker base image.
1 parent a3118e7 commit bef9bf4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
FROM ghcr.io/navikt/baseimages/temurin:17
1+
FROM gcr.io/distroless/java17-debian12:latest
2+
ENV TZ="Europe/Oslo"
23

3-
COPY build/libs/*.jar ./
4+
COPY build/libs/app.jar /app/app.jar
5+
WORKDIR /app
6+
CMD ["app.jar"]

0 commit comments

Comments
 (0)