From b7e666ff94fda46068becfa96fd070c1efc3958e Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Fri, 10 May 2024 10:16:02 -0700 Subject: [PATCH] Bump GH version to 2.316.1 --- 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 2bba379..24570da 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.314.1" +ARG GH_RUNNER_VERSION="2.316.1" ARG TARGETPLATFORM SHELL ["/bin/bash", "-o", "pipefail", "-c"]