From 4cd08207895605a39166e4118456a6c25a938067 Mon Sep 17 00:00:00 2001 From: ver4a Date: Sun, 26 Oct 2025 22:35:27 +0100 Subject: [PATCH] Update forgejo runner to v11.2.0 --- oci-builder/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci-builder/Containerfile b/oci-builder/Containerfile index 043c3f5..de60201 100644 --- a/oci-builder/Containerfile +++ b/oci-builder/Containerfile @@ -28,7 +28,7 @@ COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ARG RUNNER_VERSION=6.3.1 +ARG RUNNER_VERSION=11.2.0 RUN curl -sfL https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64 -o /usr/local/bin/forgejo-runner RUN chmod +x /usr/local/bin/forgejo-runner