From aae215f3bf4f1bac7b1441d175c011aa9df300da Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 3 Mar 2020 19:27:43 +0100 Subject: [PATCH] centos-7: Update pybind11 to 2.4.3 --- centos-7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index bf4785d..c0666e9 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -237,7 +237,7 @@ RUN version=1.5.1 && \ ninja -C build # pybind11 -RUN version=2.3.0 && \ +RUN version=2.4.3 && \ source /etc/profile && \ cd /tmp && \ curl -sSL -o pybind11-${version}.tar.gz https://github.com/pybind/pybind11/archive/v${version}.tar.gz && \ -- GitLab