diff --git a/Dockerfile b/Dockerfile index d12da9951..5235e11cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.7-alpine +FROM node:10.13-alpine LABEL maintainer="https://github.com/verdaccio/verdaccio" RUN apk --no-cache add wget openssl && \