mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
Task/bump docker base image (#9716)
As reported in #9710 . This PR updates to 20.19.0-alpine3.21 which according to docker's own scan now longer is affected by the CVE
This commit is contained in:
parent
1078dd1c41
commit
4b3c808169
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: [20.18.1-alpine]
|
||||
version: [20.19.0-alpine3.21]
|
||||
steps:
|
||||
- name: Checkout tag v${{ inputs.version }}
|
||||
if: ${{ inputs.version != '' }}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user