Skip to content

Commit

Permalink
fix: update node within Dockerfile (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Dec 4, 2018
1 parent 9b52b1d commit 24e9121
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.7-alpine
FROM node:10.13-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"

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

0 comments on commit 24e9121

Please sign in to comment.