0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore: docker node alpine to 10.3

This commit is contained in:
Juan Picado @jotadeveloper 2018-06-11 19:45:24 +02:00
parent d3ba567dd5
commit 3ee1807cc9
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

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