Skip to content

Commit a35d8f5

Browse files
committed
Byttet baseimage
1 parent c434e87 commit a35d8f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
FROM ghcr.io/navikt/baseimages/temurin:21
2-
COPY /target/veilarbportefolje.jar app.jar
1+
FROM gcr.io/distroless/java21-debian12
2+
ENV TZ="Europe/Oslo"
3+
COPY /target/veilarbportefolje.jar app.jar
4+
CMD ["app.jar"]

0 commit comments

Comments
 (0)