Skip to content

Commit

Permalink
Update Docker to v27.1.1 (#3401)
Browse files Browse the repository at this point in the history
* Update Docker to v27.1.1

* Update Dockerfile
  • Loading branch information
TingluoHuang authored Jul 26, 2024
1 parent 41bc0da commit 2190396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
ARG DOCKER_VERSION=25.0.5
ARG BUILDX_VERSION=0.13.2
ARG DOCKER_VERSION=27.1.1
ARG BUILDX_VERSION=0.16.2

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

Expand Down

1 comment on commit 2190396

@Blizter
Copy link

@Blizter Blizter commented on 2190396 Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will there be a new image runner release to ghcr?

Please sign in to comment.