Merge pull request #505 from verdaccio/renovate/docker-node-9.x

chore(deps): update node dockerfile tag to v9.4.0-alpine
This commit is contained in:
Juan Picado @jotadeveloper 2018-01-20 12:28:25 +01:00 committed by GitHub
commit 2142c62ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:9.2.0-alpine@sha256:e174cb4f00bd5aacfe798ad7ee6c2985adceade4f487a9532de2ce8a067f7365
FROM node:9.4.0-alpine@sha256:9cd67a00ed111285460a83847720132204185e9321ec35dacec0d8b9bf674adf
LABEL maintainer="https://github.com/verdaccio/verdaccio"
RUN apk --no-cache add openssl && \