Skip to content

Commit

Permalink
Bump docker and buildx to the latest version (actions#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotorres97 authored and JPBM135 committed Jan 27, 2024
1 parent 34dea7e commit b430ab1
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=linux
ARG TARGETARCH=arm64
ARG RUNNER_VERSION=1.0.0
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
ARG ORGANIZATION_NAME=FieldControl

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

0 comments on commit b430ab1

Please sign in to comment.