Skip to content

Commit

Permalink
fix: coding-tasks/task-001-nodejs-docker-app/node_project/Dockerfile …
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 10, 2024
1 parent 5e8858a commit dd15049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine
FROM node:20.13.0-alpine

RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app

Expand Down

0 comments on commit dd15049

Please sign in to comment.