Skip to content

Commit

Permalink
fix: update dev-docker node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ags1773 committed Jul 9, 2021
1 parent 2bd112e commit 552bfcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM node:10.15-alpine
FROM node:12.18.2-alpine
# the node version here should match with node version in the main DockerFile

RUN apk update && \
apk add bash tini && \
apk add git && \
addgroup -S app && \
adduser -S -g app app

Expand Down

0 comments on commit 552bfcb

Please sign in to comment.