We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef14e2 commit 972efa2Copy full SHA for 972efa2
2 files changed
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update -qqy \
12
&& dpkg -i dumb-init_*.deb \
13
&& rm dumb-init_*.deb
14
15
-ENV NODE_VERSION 12.6.0
+ENV NODE_VERSION 12.16.1
16
17
# install node.js
18
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
README.md
@@ -2,6 +2,6 @@
2
3
Docker image with node and chrome headless
4
5
-Node version : 12.6.0
+Node version : 12.16.1
6
7
Chrome version : latest
0 commit comments