Skip to content

Commit

Permalink
Bump docker version and docker buildx version (actions#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed May 31, 2024
1 parent 84b1bea commit 00888c1
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.0
ARG DOCKER_VERSION=25.0.4
ARG BUILDX_VERSION=0.13.1
ARG DOCKER_VERSION=25.0.5
ARG BUILDX_VERSION=0.13.2

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

Expand Down

0 comments on commit 00888c1

Please sign in to comment.