diff --git a/centos/Dockerfile b/centos/Dockerfile
index bbc8a5b74f75607bd5f5834d99aa74e435ce8b4f..c9318a289662e03db92aba07e60802599d28aae3 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 && \