Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/nodejs22-debian12:nonroot docke…
Browse files Browse the repository at this point in the history
…r digest to b821718
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 2b6940a commit 85407c5
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/nodejs22-debian12:nonroot@sha256:9f0d01f30f6899ac92abb0cba7d394320167f426687eaafd90f2293c97534ee6
FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:b821718ff309c2390099b368668dfbbd7d0ad006e76ce221bddf39da9d79b707
WORKDIR /app
USER 65532:65532
# Port 8081 is currently not used, but exposed to make
Expand Down

0 comments on commit 85407c5

Please sign in to comment.