mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix: update docker node to 10.14.1 (#1148)
This commit is contained in:
parent
6554973e2b
commit
68165ca7ad
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.13-alpine
|
||||
FROM node:10.14.1-alpine
|
||||
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
||||
|
||||
RUN apk --no-cache add wget openssl && \
|
||||
|
|
Loading…
Reference in a new issue