0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

build: update node version due security update announcement

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-13 06:54:19 +02:00
parent 279e7d1212
commit 3a518e3959
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

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