Upgrade docker engine to 24.0.6 (#2886)

This commit is contained in:
Bassem Dghaidi
2023-10-03 19:34:23 +02:00
committed by GitHub
parent f57ecd8e3c
commit e25c754744

View File

@@ -5,7 +5,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
ARG DOCKER_VERSION=23.0.6
ARG DOCKER_VERSION=24.0.6
RUN apt update -y && apt install curl unzip -y