0
Fork 0
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:
Juan Picado @jotadeveloper 2018-12-06 08:34:54 +01:00 committed by GitHub
parent 6554973e2b
commit 68165ca7ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 && \