0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

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

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