Update Dockerfile

This commit is contained in:
Oleksandr Bordun
2019-11-08 16:43:05 +01:00
committed by GitHub
parent 58112cebd4
commit 1e151b00df
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:10.16-alpine
FROM node:lts-alpine
RUN apk add --no-cache git
COPY "entrypoint.sh" "/entrypoint.sh"