mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
Merge pull request #251 from verdaccio/node_update
build: update node version due security update announcement
This commit is contained in:
commit
609a7e75ed
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:8.1.2-alpine
|
||||
FROM node:8.1.4-alpine
|
||||
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
||||
|
||||
RUN apk --no-cache add openssl && \
|
||||
|
|
Loading…
Add table
Reference in a new issue