Skip to content

Commit 75c6e8f

Browse files
chore(deps): update gcr.io/distroless/nodejs docker tag to v18
1 parent 8a77064 commit 75c6e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WORKDIR /src
3131
COPY package.json yarn.lock ./
3232
RUN yarn --production --ignore-scripts
3333

34-
FROM gcr.io/distroless/nodejs:16 as final
34+
FROM gcr.io/distroless/nodejs:18 as final
3535
USER nobody
3636
COPY --chown=nobody --from=production-restore /src/node_modules /app/node_modules
3737
COPY --chown=nobody --from=build /src/dist /app/dist

0 commit comments

Comments
 (0)