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

Merge pull request #251 from verdaccio/node_update

build: update node version due security update announcement
This commit is contained in:
Juan Picado @jotadeveloper 2017-07-13 07:00:21 +02:00 committed by GitHub
commit 609a7e75ed

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