Skip to content

Commit

Permalink
docker NODE 16.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sertony committed Apr 19, 2023
1 parent cd39565 commit 9b4ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dockerfiles/Dockerfile_Web
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.4.0
FROM node:16.20.0

USER node
RUN mkdir -p /home/node/.ssh/ && ssh-keyscan github.com >> /home/node/.ssh/known_hosts
Expand Down

0 comments on commit 9b4ae7e

Please sign in to comment.