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

Upgrade docker from 24.0.8 to 24.0.9 (#3126)

Release notes:
- https://docs.docker.com/engine/release-notes/24.0/#2409
This commit is contained in:
Victor Sollerhed
2024-02-02 15:46:12 +01:00
committed by GitHub
parent 11680fc78f
commit d1a619ff09

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.8
ARG DOCKER_VERSION=24.0.9
ARG BUILDX_VERSION=0.12.1
RUN apt update -y && apt install curl unzip -y