Skip to content

Commit 6f5d92c

Browse files
committed
fix(verifier): add --allow-downgrades for pinned package install
The rust:1.92.0-bookworm image ships newer versions of some packages than the bookworm snapshot pins, requiring explicit downgrade permission.
1 parent 1885939 commit 6f5d92c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verifier/builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG DSTACK_SRC_URL=https://github.com/Dstack-TEE/dstack.git
99
WORKDIR /build
1010
RUN ./shared/pin-packages.sh ./shared/builder-pinned-packages.txt
1111
RUN apt-get update && \
12-
apt-get install -y --no-install-recommends \
12+
apt-get install -y --no-install-recommends --allow-downgrades \
1313
git \
1414
build-essential \
1515
musl-tools \

0 commit comments

Comments
 (0)