Compare commits

..

2 Commits

Author SHA1 Message Date
Tingluo Huang 5d9ec170d4 Revert "Bump container hook version to 0.5.0 in runner image (#3003)" (#3101)
Runner CI / build (./dev, windows-2019, win-x64) (push) Has been cancelled
Runner CI / build (./dev, windows-latest, win-arm64) (push) Has been cancelled
Runner CI / build (./dev.sh, macOS-latest, osx-arm64) (push) Has been cancelled
Runner CI / build (./dev.sh, macOS-latest, osx-x64) (push) Has been cancelled
Runner CI / build (./dev.sh, ubuntu-latest, linux-arm) (push) Has been cancelled
Runner CI / build (./dev.sh, ubuntu-latest, linux-arm64) (push) Has been cancelled
Runner CI / build (./dev.sh, ubuntu-latest, linux-x64) (push) Has been cancelled
This reverts commit c7d65c42d6.
2024-01-18 12:10:45 -05:00
Diogo Torres 93aed32b91 Bump docker and buildx to the latest version (#3100) 2024-01-18 12:10:41 -05:00
+3 -3
View File
@@ -4,9 +4,9 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
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 RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
ARG DOCKER_VERSION=24.0.7
ARG BUILDX_VERSION=0.12.1
RUN apt update -y && apt install curl unzip -y