Skip to content

Commit 3264a6e

Browse files
Revert "bruk distroless image (#46)"
This reverts commit 72d9098.
1 parent 72d9098 commit 3264a6e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
FROM gcr.io/distroless/java21-debian12
1+
FROM ghcr.io/navikt/baseimages/temurin:21
2+
23
ENV JAVA_OPTS='-XX:MaxRAMPercentage=75'
4+
35
COPY build/libs/*.jar ./
4-
ENV TZ="Europe/Oslo"
5-
EXPOSE 8080
6-
CMD ["app.jar"]

0 commit comments

Comments
 (0)