mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix: update node within Dockerfile (#1139)
https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/
This commit is contained in:
parent
9b52b1d396
commit
24e91216f7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:10.7-alpine
|
FROM node:10.13-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…
Reference in a new issue