Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
feat(project): update Docker to use node-14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Feb 26, 2021
1 parent df1420c commit 6959c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.13.0-alpine
FROM node:14.16.0-alpine3.12

RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
Expand Down

0 comments on commit 6959c18

Please sign in to comment.