1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

refactor: upgrade docker to node 8.7

This commit is contained in:
Juan Picado @jotadeveloper 2017-10-19 19:13:07 +02:00
parent e844ffa387
commit f215b8118b
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

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