0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

fix: upgrade node to fix long standing socket timeout issue

This commit is contained in:
David Broadhurst 2017-11-04 08:24:11 -04:00 committed by Juan Picado @jotadeveloper
parent e180d37343
commit bcc13acf85
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

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