Skip to content

Commit

Permalink
Partial revert "Bump docker version and docker buildx version (#3277)"
Browse files Browse the repository at this point in the history
This partially reverts commit 00888c1.

DOCKER_VERSION=25.0.5 is fine but BUILDX_VERSION=0.13.2 doesn't exist
upstream.
  • Loading branch information
Chris Cosby committed Jun 20, 2024
1 parent ecb732e commit 1c42443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0
ARG DOCKER_VERSION=25.0.5
ARG BUILDX_VERSION=0.13.2
ARG BUILDX_VERSION=0.13.1

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

Expand Down

0 comments on commit 1c42443

Please sign in to comment.