Skip to content

Commit

Permalink
Partial revert "Bump docker version and docker buildx version (action…
Browse files Browse the repository at this point in the history
…s#3277)"

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 12, 2024
1 parent 3f28dd8 commit 44ae4ea
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 44ae4ea

Please sign in to comment.