From e3c1197d36dfbefbf73cd9bf7fcd4ce806535cae Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:28:52 -0700 Subject: [PATCH] bump gh_runner version --- dockerfiles/manylinux_ghr_x86_64.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/manylinux_ghr_x86_64.Dockerfile b/dockerfiles/manylinux_ghr_x86_64.Dockerfile index 24570da..af3d198 100644 --- a/dockerfiles/manylinux_ghr_x86_64.Dockerfile +++ b/dockerfiles/manylinux_ghr_x86_64.Dockerfile @@ -3,7 +3,7 @@ # new upstream versions as needed. FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:9042a22d33af2223ff7a3599f236aff1e4ffd07e1ed1ac93a58877638317515f -ARG GH_RUNNER_VERSION="2.316.1" +ARG GH_RUNNER_VERSION="2.317.0" ARG TARGETPLATFORM SHELL ["/bin/bash", "-o", "pipefail", "-c"]