Skip to content

Commit 972efa2

Browse files
committed
update node to 12.16.1
1 parent 5ef14e2 commit 972efa2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update -qqy \
1212
&& dpkg -i dumb-init_*.deb \
1313
&& rm dumb-init_*.deb
1414

15-
ENV NODE_VERSION 12.6.0
15+
ENV NODE_VERSION 12.16.1
1616

1717
# install node.js
1818
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Docker image with node and chrome headless
44

5-
Node version : 12.6.0
5+
Node version : 12.16.1
66

77
Chrome version : latest

0 commit comments

Comments
 (0)