1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

fix: update node within Dockerfile (#1139)

https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/
This commit is contained in:
Juan Picado @jotadeveloper 2018-12-04 19:09:06 +01:00 committed by GitHub
parent 9b52b1d396
commit 24e91216f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM node:10.7-alpine
FROM node:10.13-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"
RUN apk --no-cache add wget openssl && \