From d5725dfee668bce822e95d3d0ce65ca7fbafb0ec Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 5 Sep 2024 18:07:00 +0200 Subject: [PATCH] Test --- centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index bbc8a5b..c9318a2 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -354,7 +354,7 @@ RUN version=1.6.0 && \ ninja -C build # pybind11 -ARG pybind11_VERSION=2.13.5 +ARG pybind11_VERSION=2.7.1 RUN source /etc/profile && \ cd /tmp && \ curl -sSL -o pybind11-${pybind11_VERSION}.tar.gz https://github.com/pybind/pybind11/archive/v${pybind11_VERSION}.tar.gz && \ -- GitLab