Skip to content

Commit d1a619f

Browse files
authored
Upgrade docker from 24.0.8 to 24.0.9 (actions#3126)
Release notes: - https://docs.docker.com/engine/release-notes/24.0/#2409
1 parent 11680fc commit d1a619f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TARGETOS
55
ARG TARGETARCH
66
ARG RUNNER_VERSION
77
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
8-
ARG DOCKER_VERSION=24.0.8
8+
ARG DOCKER_VERSION=24.0.9
99
ARG BUILDX_VERSION=0.12.1
1010

1111
RUN apt update -y && apt install curl unzip -y

0 commit comments

Comments
 (0)