mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
feat: Update node alpine version to 8.4.0
This commit is contained in:
parent
15bd1383be
commit
3f96ce3665
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue