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.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 27, 2021
1 parent 9d2b976 commit f5b39de
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.13.0-slim

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

0 comments on commit f5b39de

Please sign in to comment.