Skip to content

Commit 2190396

Browse files
authored
Update Docker to v27.1.1 (#3401)
* Update Docker to v27.1.1 * Update Dockerfile
1 parent 41bc0da commit 2190396

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.6.1
8-
ARG DOCKER_VERSION=25.0.5
9-
ARG BUILDX_VERSION=0.13.2
8+
ARG DOCKER_VERSION=27.1.1
9+
ARG BUILDX_VERSION=0.16.2
1010

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

0 commit comments

Comments
 (0)