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

[Snyk] Security upgrade node from 16.9.1-slim to 16.11-slim #18

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 websites/03-spa-restapi-mongo/searchapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CMD [ "node", "index.js" ]


# prod stage
FROM node:16.9.1-slim
FROM node:16.11-slim

WORKDIR /work/
RUN chown 1001 /work \
Expand Down