1
0
mirror of synced 2025-12-19 17:37:47 -05:00

Fix CVE-2024-21626 (#3123)

Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com>
This commit is contained in:
Lukas Hauser
2024-02-07 17:06:57 +01:00
committed by GitHub
parent cd812f0395
commit bcc665a7a1

View File

@@ -5,7 +5,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
ARG DOCKER_VERSION=24.0.9
ARG DOCKER_VERSION=25.0.2
ARG BUILDX_VERSION=0.12.1
RUN apt update -y && apt install curl unzip -y