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

Merge pull request #298 from verdaccio/feature-docker-upgrade

feat: Update node alpine version to 8.4.0
This commit is contained in:
Juan Picado @jotadeveloper 2017-08-26 07:42:50 +02:00 committed by GitHub
commit a91a0d3bef

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