diff --git a/Dockerfile b/Dockerfile index e5b48a1c..c3f41630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:4-alpine +FROM node:12-alpine ENV PYTHONUNBUFFERED 1 @@ -22,8 +22,8 @@ RUN apk add --no-cache \ RUN npm config set unsafe-perm true RUN npm install -g \ - --registry http://registry.npmjs.org/ \ - coffee-script \ + --registry https://registry.npmjs.org/ \ + coffeescript \ less@1.3 RUN pip install --upgrade pip==20.3.4