diff --git a/Dockerfile b/Dockerfile index f4702f79e..58f406b5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.1-alpine +FROM node:10.3-alpine LABEL maintainer="https://github.com/verdaccio/verdaccio" RUN apk --no-cache add openssl && \