Skip to content

Commit

Permalink
Merge pull request #3 from illuin-tech/update-node-18.16.0
Browse files Browse the repository at this point in the history
update node 18.16.0
  • Loading branch information
pdesgarets authored Apr 18, 2023
2 parents 0996cd5 + 0274290 commit 237b971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.15.0
FROM node:18.16.0

RUN apt-get update \
&& apt-get install -y wget gnupg \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Docker image with node and chrome headless

Node version : 18.15.0
Node version : 18.16.0

Chrome version : latest

# Build

```bash
docker build -t illuin/node-chrome:release-18.15.0 .
docker push illuin/node-chrome:release-18.15.0
docker build -t illuin/node-chrome:release-18.16.0 .
docker push illuin/node-chrome:release-18.16.0
```

0 comments on commit 237b971

Please sign in to comment.