Skip to content

Commit

Permalink
generate Node-20 Image
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitobusnan committed Jan 31, 2024
1 parent 1e8b93b commit c6dea3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/${{ env.REPO_LC }}:2.10
tags: ghcr.io/${{ env.REPO_LC }}:2.20



2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:20

WORKDIR /usr/src/app

Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@ Simple node + puppeter ready docker image

# Existing Packages
## Lastest
Use a NodeJs 14.x image
Use a NodeJs 20.x image
```
$ docker pull ghcr.io/billinteam/node-puppeter-image:latest
````
## 2.9
## 2.20
Use a NodeJs 20.x image
```
$ docker pull ghcr.io/billinteam/node-puppeter-image:2.20
````
## 2.10
Use a NodeJs 16.x image
```
$ docker pull ghcr.io/billinteam/node-puppeter-image:2.9
$ docker pull ghcr.io/billinteam/node-puppeter-image:2.10
````

# To generate a new package
Expand Down

0 comments on commit c6dea3f

Please sign in to comment.