Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/nodejs20-debian12:nonroot docke…
Browse files Browse the repository at this point in the history
…r digest to 7819572 (#232)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent c8741ee commit 106c8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/list/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY server/package.json ./server/
RUN npm clean-install --workspace=server
COPY server/*.js ./server/

FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:e49fade89401326ed40798d3ac2b5c1be033e0da2c4cd00a54331448d6bd9938
FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:78195721f6e2fb59c204642f0036607c8fc2cc1ba984688891f58542fe1759bf
WORKDIR /app
USER 65532:65532
# Port 8081 is currently not used, but exposed to make
Expand Down

0 comments on commit 106c8dd

Please sign in to comment.