Skip to content

Commit

Permalink
fix: update docker node to 10.14.1 (verdaccio#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Dec 6, 2018
1 parent 6554973 commit 68165ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.13-alpine
FROM node:10.14.1-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"

RUN apk --no-cache add wget openssl && \
Expand Down

0 comments on commit 68165ca

Please sign in to comment.