Skip to content

Commit 1e899a8

Browse files
authored
Merge pull request #107 from zonkyio/#105-patchelf-page-alignment
Upgrade to PatchELF 0.15.5
2 parents a64341e + bd83238 commit 1e899a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-postgres-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $DOCKER_OPTS $IMG_NAME /bin/bash -ex -c 'echo "Starting building postgres binari
6363
flex \
6464
bison \
6565
\
66-
&& wget -O patchelf.tar.gz "https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.gz" \
66+
&& wget -O patchelf.tar.gz "https://github.com/NixOS/patchelf/releases/download/0.15.5/patchelf-0.15.5.tar.gz" \
6767
&& mkdir -p /usr/src/patchelf \
6868
&& tar -xf patchelf.tar.gz -C /usr/src/patchelf --strip-components 1 \
6969
&& cd /usr/src/patchelf \

0 commit comments

Comments
 (0)