Skip to content

Commit f03fcc8

Browse files
Update Docker to v28.2.1 and Buildx to v0.24.0 (#3881)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4e103c commit f03fcc8

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=28.1.1
9-
ARG BUILDX_VERSION=0.23.0
8+
ARG DOCKER_VERSION=28.2.1
9+
ARG BUILDX_VERSION=0.24.0
1010

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

0 commit comments

Comments
 (0)