Skip to content

Commit 2b98d42

Browse files
Update Docker to v29.3.0 and Buildx to v0.32.1 (#4286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce8ce41 commit 2b98d42

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.2.0
9-
ARG BUILDX_VERSION=0.31.1
8+
ARG DOCKER_VERSION=29.3.0
9+
ARG BUILDX_VERSION=0.32.1
1010

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

0 commit comments

Comments
 (0)