contrib: update the package pins in the repro build Dockerfiles

This commit is contained in:
Antoine Poinsot 2023-02-03 18:00:34 +01:00
parent 0bd3bd4d2e
commit 58a3d21eff
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ RUN apt update && apt install -y \
make=4.3-4.1 \ make=4.3-4.1 \
libssl-dev=1.1.1n-0+deb11u3 \ libssl-dev=1.1.1n-0+deb11u3 \
liblzma-dev=5.2.5-2.1~deb11u1 \ liblzma-dev=5.2.5-2.1~deb11u1 \
libxml2=2.9.10+dfsg-6.7+deb11u2 \ libxml2=2.9.10+dfsg-6.7+deb11u3 \
libxml2-dev=2.9.10+dfsg-6.7+deb11u2 \ libxml2-dev=2.9.10+dfsg-6.7+deb11u3 \
cmake=3.18.4-2+deb11u1 \ cmake=3.18.4-2+deb11u1 \
git=1:2.30.2-1 \ git=1:2.30.2-1 \
patch=2.7.6-7 \ patch=2.7.6-7 \
@ -21,7 +21,7 @@ RUN apt update && apt install -y \
libbz2-dev=1.0.8-4 \ libbz2-dev=1.0.8-4 \
xz-utils=5.2.5-2.1~deb11u1 \ xz-utils=5.2.5-2.1~deb11u1 \
bzip2=1.0.8-4 \ bzip2=1.0.8-4 \
curl=7.74.0-1.3+deb11u3 curl=7.74.0-1.3+deb11u5
# Download the cargo binary and compiled stdlib from the distributed releases to make sure to build with # Download the cargo binary and compiled stdlib from the distributed releases to make sure to build with
# the very same toolchain. We use 1.65.0 because it is unfortunately the MSRV of the GUI. # the very same toolchain. We use 1.65.0 because it is unfortunately the MSRV of the GUI.

View File

@ -6,7 +6,7 @@ WORKDIR /liana
# out of our way to pin the whole tree of deps. Instead invest time in getting Guix cross-compilation. # out of our way to pin the whole tree of deps. Instead invest time in getting Guix cross-compilation.
RUN apt update && apt install -y \ RUN apt update && apt install -y \
gcc-mingw-w64-x86-64=10.2.1-6+24.2 \ gcc-mingw-w64-x86-64=10.2.1-6+24.2 \
curl=7.74.0-1.3+deb11u3 \ curl=7.74.0-1.3+deb11u5 \
gcc=4:10.2.1-1 gcc=4:10.2.1-1
# Download the cargo binary and compiled stdlib from the distributed releases to make sure to build with # Download the cargo binary and compiled stdlib from the distributed releases to make sure to build with