Skip to content

Commit

Permalink
Upgrade node version to 13.11.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
luccamordente authored Mar 27, 2020
1 parent e576aaf commit 27cb6b0
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:13.10.1-alpine3.11
FROM node:13.11.0-alpine3.11

ARG INSTALL_CHROMIUM=false
RUN test ${INSTALL_CHROMIUM} = false || ( \
Expand Down

0 comments on commit 27cb6b0

Please sign in to comment.