From 9504bfbeed9b73b83fc92206c961bc3cf29d0f55 Mon Sep 17 00:00:00 2001 From: kombonsu <241791897+kombonsu@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:37:51 +0000 Subject: [PATCH] Updated Dockerfile arguments for runner release @ v2.329.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - RUNNER_VERSION: 2.328.0 → v2.329.0 - RUNNER_CONTAINER_HOOKS_VERSION: 0.6.1 → 0.7.0 - DOCKER_VERSION: 27.1.1 → 28.5.1 - BUILDX_VERSION: 0.16.2 → 0.29.1 --- images/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index 7eabd13..e6a7ec2 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -44,10 +44,10 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python FROM base as build ARG TARGETOS=linux -ARG RUNNER_VERSION=2.329.0 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 -ARG DOCKER_VERSION=27.1.1 -ARG BUILDX_VERSION=0.16.2 +ARG RUNNER_VERSION=v2.329.0 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0 +ARG DOCKER_VERSION=28.5.1 +ARG BUILDX_VERSION=0.29.1 WORKDIR /actions-runner