Skip to content

Commit d8ad83c

Browse files
Upgrade Docker to v29.5.2 and Buildx to v0.34.1
1 parent c6a124e commit d8ad83c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.0
9-
ARG BUILDX_VERSION=0.34.0
8+
ARG DOCKER_VERSION=29.5.2
9+
ARG BUILDX_VERSION=0.34.1
1010

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

0 commit comments

Comments
 (0)