0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: update to Node@10.15.1 alpine #836

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-24 12:12:02 +01:00
parent e46697a33b
commit a49cd1dd3d
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -22,7 +22,7 @@ RUN yarn config set registry $VERDACCIO_BUILD_REGISTRY && \
FROM node:10.7-alpine
FROM node:10.15.1-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"
ENV VERDACCIO_APPDIR=/opt/verdaccio \