Skip to content

Commit 3ffedab

Browse files
Update Docker to v29.2.0 and Buildx to v0.31.1 (#4219)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a80a78 commit 3ffedab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG TARGETOS
55
ARG TARGETARCH
66
ARG RUNNER_VERSION
77
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0
8-
ARG DOCKER_VERSION=29.1.5
9-
ARG BUILDX_VERSION=0.31.0
8+
ARG DOCKER_VERSION=29.2.0
9+
ARG BUILDX_VERSION=0.31.1
1010

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

0 commit comments

Comments
 (0)