From 9177010975c732a56ce8e4e1e7edb0a27c9a260d Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 21 Dec 2025 14:43:29 -0800 Subject: [PATCH] Update GitHub Actions Runner from v2.329.0 to v2.330.0 * https://github.com/actions/runner/releases/tag/v2.330.0 --- Dockerfile.amd64 | 4 ++-- Dockerfile.arm64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index b291406..4911a7e 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner" LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner" LABEL org.opencontainers.image.vendor="Poseidon Labs" -ARG VERSION=2.329.0 +ARG VERSION=2.330.0 ARG ARCH=x64 -ARG SHA=194f1e1e4bd02f80b7e9633fc546084d8d4e19f3928a324d512ea53430102e1d +ARG SHA=af5c33fa94f3cc33b8e97937939136a6b04197e6dadfcfb3b6e33ae1bf41e79a COPY scripts /scripts RUN /scripts/build diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 8b95559..d0bed34 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner" LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner" LABEL org.opencontainers.image.vendor="Poseidon Labs" -ARG VERSION=2.329.0 +ARG VERSION=2.330.0 ARG ARCH=arm64 -ARG SHA=56768348b3d643a6a29d4ad71e9bdae0dc0ef1eb01afe0f7a8ee097b039bfaaf +ARG SHA=9cb43527912086c7c8fb4119cb06409fcbcbd6f93a2d8507f30b07c495620f5c COPY scripts /scripts RUN /scripts/build