mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
Merge pull request #368 from verdaccio/docker-patch-1
refactor: upgrade docker to node 8.7
This commit is contained in:
commit
50d286cdde
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:8.4.0-alpine
|
FROM node:8.7.0-alpine
|
||||||
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
||||||
|
|
||||||
RUN apk --no-cache add openssl && \
|
RUN apk --no-cache add openssl && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue