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:
parent
e46697a33b
commit
a49cd1dd3d
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue