Skip to content

Commit 92f447b

Browse files
authored
Update patchelf to 0.13 (#1161)
1 parent e7edb37 commit 92f447b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ RUN export LIBTOOL_ROOT=libtool-2.4.6 && \
5454
manylinux-entrypoint /build_scripts/install-libtool.sh
5555

5656
COPY build_scripts/install-patchelf.sh /build_scripts/
57-
RUN export PATCHELF_VERSION=0.12 && \
58-
export PATCHELF_HASH=3dca33fb862213b3541350e1da262249959595903f559eae0fbc68966e9c3f56 && \
57+
RUN export PATCHELF_VERSION=0.13 && \
58+
export PATCHELF_HASH=60c6aeadb673de9cc1838b630c81f61e31c501de324ef7f1e8094a2431197d09 && \
5959
export PATCHELF_DOWNLOAD_URL=https://github.com/NixOS/patchelf/archive && \
6060
manylinux-entrypoint /build_scripts/install-patchelf.sh
6161

0 commit comments

Comments
 (0)