From c536665e5ecd29a4d8c720e93ef5004d0fe5a5d4 Mon Sep 17 00:00:00 2001 From: Thomas Dempster <71265595+dempstert@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:54:00 +1100 Subject: [PATCH] Update GH_RUNNER_VERSION to 2.333.0 Solves this problem: ```Runner version v2.324.0 is deprecated and cannot receive messages.``` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 730f54c3..c2960417 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="myoung34@my.apsu.edu" ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache RUN mkdir -p /opt/hostedtoolcache -ARG GH_RUNNER_VERSION="2.324.0" +ARG GH_RUNNER_VERSION="2.333.0" ARG TARGETPLATFORM