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