Skip to content

Commit

Permalink
Bump docker and buildx to the latest version (#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotorres97 committed Jan 18, 2024
1 parent 9f19310 commit e842959
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.5.0
ARG DOCKER_VERSION=24.0.6
ARG BUILDX_VERSION=0.11.2
ARG DOCKER_VERSION=24.0.7
ARG BUILDX_VERSION=0.12.1

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

Expand Down

0 comments on commit e842959

Please sign in to comment.