Skip to content

Commit

Permalink
Use nodejs18-debian12 base-image
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Oct 11, 2024
1 parent 3e65fc5 commit d1c96e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY dist ./dist
RUN npm install -g typescript
RUN tsc --build

FROM gcr.io/distroless/nodejs18-debian11
FROM gcr.io/distroless/nodejs18-debian12
WORKDIR /finnfastlege

COPY --from=builder /finnfastlege/package.json ./
Expand Down

0 comments on commit d1c96e9

Please sign in to comment.