Skip to content

Commit 2d274a6

Browse files
committed
fix(verifier): update pinned packages and snapshot for bookworm
Regenerated builder-pinned-packages.txt from rust:1.92.0-bookworm image, updated snapshot date to 20260317, removed --allow-downgrades workaround.
1 parent 6f5d92c commit 2d274a6

3 files changed

Lines changed: 438 additions & 438 deletions

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 --allow-downgrades \
12+
apt-get install -y --no-install-recommends \
1313
git \
1414
build-essential \
1515
musl-tools \

0 commit comments

Comments
 (0)