Update Dockerfile (#3680)

Update the dependencies in the dockerfil
This commit is contained in:
Thomas Boop
2025-02-17 09:30:02 -05:00
committed by GitHub
parent c2c91438e8
commit bae52e28f9

View File

@@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
ARG RUNNER_VERSION ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
ARG DOCKER_VERSION=27.4.1 ARG DOCKER_VERSION=27.5.1
ARG BUILDX_VERSION=0.19.3 ARG BUILDX_VERSION=0.20.1
RUN apt update -y && apt install curl unzip -y RUN apt update -y && apt install curl unzip -y