Skip to content

Commit

Permalink
Merge pull request #1 from illuin-tech/node-14.17.6
Browse files Browse the repository at this point in the history
Update node to 14.17.6
  • Loading branch information
AymericBebert authored Sep 21, 2021
2 parents f93f275 + e6b699e commit 397d15f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# IDEs and editors
/.idea
/.vscode

# System Files
.DS_Store
._*
Thumbs.db
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.15.4
FROM node:14.17.6

RUN apt-get update \
&& apt-get install -y wget gnupg \
Expand All @@ -9,4 +9,4 @@ RUN apt-get update \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

CMD ["node"]
CMD ["node"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 397d15f

Please sign in to comment.