1
0
Fork 0

Update forgejo runner to v11.2.0
All checks were successful
/ Release oci-builder (push) Successful in 2s
/ Build oci-builder (push) Successful in 45s
/ Test oci-builder (push) Successful in 38s

This commit is contained in:
ver4a 2025-10-26 22:35:27 +01:00
parent 1d9d898045
commit 4cd0820789

View file

@ -28,7 +28,7 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /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 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 RUN chmod +x /usr/local/bin/forgejo-runner