Skip to content

Commit

Permalink
fix: use an up-to-date version of the Node.js base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Feb 14, 2021
1 parent a2ec84d commit 5a4f50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:6-stretch
# FROM node:6-stretch
FROM node:14.1.0

RUN mkdir /usr/src/goof
RUN mkdir /tmp/extracted_files
Expand Down

0 comments on commit 5a4f50e

Please sign in to comment.