From e9a92d48802fe79c6f986375e1917986cecb37dc Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 28 Sep 2024 14:15:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20libtool=202.4.7=20=E2=86=92=202.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 69c28877..f9eea0c6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -55,8 +55,8 @@ RUN export AUTOMAKE_ROOT=automake-1.17 && \ manylinux-entrypoint /build_scripts/install-automake.sh COPY build_scripts/install-libtool.sh /build_scripts/ -RUN export LIBTOOL_ROOT=libtool-2.4.7 && \ - export LIBTOOL_HASH=04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8 && \ +RUN export LIBTOOL_ROOT=libtool-2.5.3 && \ + export LIBTOOL_HASH=9322bd8f6bc848fda3e385899dd1934957169652acef716d19d19d24053abb95 && \ export LIBTOOL_DOWNLOAD_URL=http://ftp.gnu.org/gnu/libtool && \ manylinux-entrypoint /build_scripts/install-libtool.sh