diff --git a/Dockerfile b/Dockerfile index ccc48e8ec..bb80dbe45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.1.4-alpine +FROM node:8.4.0-alpine LABEL maintainer="https://github.com/verdaccio/verdaccio" RUN apk --no-cache add openssl && \