Skip to content

Commit c536665

Browse files
authored
Update GH_RUNNER_VERSION to 2.333.0
Solves this problem: ```Runner version v2.324.0 is deprecated and cannot receive messages.```
1 parent 8a51a00 commit c536665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="myoung34@my.apsu.edu"
55
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
66
RUN mkdir -p /opt/hostedtoolcache
77

8-
ARG GH_RUNNER_VERSION="2.324.0"
8+
ARG GH_RUNNER_VERSION="2.333.0"
99

1010
ARG TARGETPLATFORM
1111

0 commit comments

Comments
 (0)