diff --git a/.github/workflows/docker_publish.yaml b/.github/workflows/docker_publish.yaml index e928c3472b..b43a1f8c8f 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: [20.18.1-alpine] + version: [20.19.0-alpine3.21] steps: - name: Checkout tag v${{ inputs.version }} if: ${{ inputs.version != '' }} diff --git a/Dockerfile b/Dockerfile index cd9a662842..4e39dc4e7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=20.18.3-alpine +ARG NODE_VERSION=20.19.0-alpine3.21 FROM node:$NODE_VERSION AS builder