From 750e38d363c07c655615f36cce77620f98e2c3b4 Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:48:11 -0700 Subject: [PATCH] update github 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 af3d198..cd5c7bf 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.317.0" +ARG GH_RUNNER_VERSION="2.319.1" ARG TARGETPLATFORM SHELL ["/bin/bash", "-o", "pipefail", "-c"]