diff --git a/.github/workflows/docker_publish.yaml b/.github/workflows/docker_publish.yaml index ecded5099d..584d98887d 100644 --- a/.github/workflows/docker_publish.yaml +++ b/.github/workflows/docker_publish.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [22.15.1-alpine3.21] + version: [22.17-alpine3.22] steps: - name: Checkout tag v${{ inputs.version }} if: ${{ inputs.version != '' }} diff --git a/.node-version b/.node-version index b8ffd70759..4a203c23d8 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.15.0 +22.17 diff --git a/Dockerfile b/Dockerfile index 6a9f1867d1..81494c59fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=22.15.1-alpine3.21 +ARG NODE_VERSION=22.17-alpine3.22 FROM node:$NODE_VERSION AS builder