diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 558cc0d..657bc7c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,7 @@ on: - '*' env: - NODE22: '22.9.0' + NODE22: '22.10.0' NODE20: '20.18.0' NODE18: '18.20.4' DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} @@ -27,7 +27,7 @@ jobs: - uses: ./.github/actions with: version: ${{ env.NODE22 }} - tags: 22.9,22,latest + tags: 22.10,22,latest platform: linux/amd64,linux/arm64 node20: runs-on: ubuntu-latest @@ -66,7 +66,7 @@ jobs: - uses: ./.github/actions with: version: ${{ env.NODE22 }} - tags: 22.9-dev,22-dev,dev + tags: 22.10-dev,22-dev,dev dev: 1 platform: linux/amd64,linux/arm64 node20-dev: diff --git a/Makefile b/Makefile index 82330f6..ab67d5e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include .env -NODE_VER ?= 22.9.0 +NODE_VER ?= 22.10.0 NODE_VER_MINOR = $(shell echo "${NODE_VER}" | grep -oE '^[0-9]+\.[0-9]+') diff --git a/README.md b/README.md index 49f46fb..05ad577 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Overview: Supported tags and respective `Dockerfile` links: -- `22.9`, `22`, `latest` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) +- `22.10`, `22`, `latest` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `20.18`, `20` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `18.20`, `18` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `22.8-dev`, `22-dev`, `dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)