From 9b007b5c634dcf2a585925055f43ae8e771f800b Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 16 Apr 2026 21:02:10 -0700 Subject: [PATCH] Update GitHub Actions runner from v2.332.0 to v2.333.1 * https://github.com/actions/runner/releases/tag/v2.333.1 --- Dockerfile.amd64 | 4 ++-- Dockerfile.arm64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index e84454a..b896974 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.332.0 +ARG VERSION=2.333.1 ARG ARCH=x64 -ARG SHA=f2094522a6b9afeab07ffb586d1eb3f190b6457074282796c497ce7dce9e0f2a +ARG SHA=18f8f68ed1892854ff2ab1bab4fcaa2f5abeedc98093b6cb13638991725cab74 COPY scripts /scripts RUN /scripts/build diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index d6cab65..532d619 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.332.0 +ARG VERSION=2.333.1 ARG ARCH=arm64 -ARG SHA=b72f0599cdbd99dd9513ab64fcb59e424fc7359c93b849e8f5efdd5a72f743a6 +ARG SHA=69ac7e5692f877189e7dddf4a1bb16cbbd6425568cd69a0359895fac48b9ad3b COPY scripts /scripts RUN /scripts/build