feat: Update node alpine version to 8.4.0

This commit is contained in:
Juan Picado @jotadeveloper 2017-08-18 06:56:46 +02:00
parent 15bd1383be
commit 3f96ce3665
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 1 additions and 1 deletions

View File

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