mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
chore(security): upgrade to newer node version (#10404)
## About the changes Upgrade node to latest version to solve [CVE-2025-27210](https://nodejs.org/en/blog/vulnerability/july-2025-security-releases) Closes #10380
This commit is contained in:
parent
e89fa7ec6e
commit
4854b35cb1
2
.github/workflows/docker_publish.yaml
vendored
2
.github/workflows/docker_publish.yaml
vendored
@ -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 != '' }}
|
||||
|
@ -1 +1 @@
|
||||
22.15.0
|
||||
22.17
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user