We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64341e commit bd83238Copy full SHA for bd83238
1 file changed
scripts/build-postgres-debian.sh
@@ -63,7 +63,7 @@ $DOCKER_OPTS $IMG_NAME /bin/bash -ex -c 'echo "Starting building postgres binari
63
flex \
64
bison \
65
\
66
- && wget -O patchelf.tar.gz "https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.gz" \
+ && wget -O patchelf.tar.gz "https://github.com/NixOS/patchelf/releases/download/0.15.5/patchelf-0.15.5.tar.gz" \
67
&& mkdir -p /usr/src/patchelf \
68
&& tar -xf patchelf.tar.gz -C /usr/src/patchelf --strip-components 1 \
69
&& cd /usr/src/patchelf \
0 commit comments