mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -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"
|
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
||||||
|
|
||||||
RUN apk --no-cache add wget openssl && \
|
RUN apk --no-cache add wget openssl && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue