Skip to content

Commit

Permalink
Bump docker version and docker buildx version (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-jokic authored Mar 20, 2024
1 parent 82e01c6 commit bc8b6e0
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.2
ARG BUILDX_VERSION=0.12.1
ARG DOCKER_VERSION=25.0.4
ARG BUILDX_VERSION=0.13.1

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

Expand Down

0 comments on commit bc8b6e0

Please sign in to comment.