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

Commit

Permalink
chore(deps): update node.js to v16.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 9d2b976 commit 372fef8
Showing 1 changed file with 1 addition and 1 deletion.
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.14.0-slim

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

0 comments on commit 372fef8

Please sign in to comment.