Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Bump distroless/nodejs16-debian11 from 05de938 to 0c52007 in /client #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG NEXT_PUBLIC_APP_ENV
RUN yarn build

# Pin sha version of gcr.io/distroless/nodejs16-debian11:nonroot
FROM gcr.io/distroless/nodejs16-debian11@sha256:05de938faf3bc7e55ca5a04181eb1c55f3ddb25bff4de47d038190ebd783a056 AS runner
FROM gcr.io/distroless/nodejs16-debian11@sha256:0c52007588e83b2bd4cf62c6c7d0295fca9a42b47358b9f94531e93c5efa847b AS runner
WORKDIR /app

ENV NODE_ENV production
Expand Down