We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f93f275 + e6b699e commit 397d15fCopy full SHA for 397d15f
3 files changed
.gitignore
@@ -0,0 +1,8 @@
1
+# IDEs and editors
2
+/.idea
3
+/.vscode
4
+
5
+# System Files
6
+.DS_Store
7
+._*
8
+Thumbs.db
Dockerfile
@@ -1,4 +1,4 @@
-FROM node:14.15.4
+FROM node:14.17.6
RUN apt-get update \
&& apt-get install -y wget gnupg \
@@ -9,4 +9,4 @@ RUN apt-get update \
9
--no-install-recommends \
10
&& rm -rf /var/lib/apt/lists/*
11
12
-CMD ["node"]
+CMD ["node"]
README.md
@@ -2,6 +2,6 @@
Docker image with node and chrome headless
-Node version : 14.15.4
+Node version : 14.17.6
-Chrome version : latest
+Chrome version : latest
0 commit comments