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