Skip to content

Commit 826ace0

Browse files
committed
fix(verifier): use rust:1.92.0-bookworm base image
The digest-pinned rust:1.92.0 image was updated to trixie (debian 13), breaking the bookworm-based package pinning. Use explicit -bookworm tag.
1 parent 3cb68c8 commit 826ace0

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
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM rust:1.92.0@sha256:48851a839d6a67370c9dbe0e709bedc138e3e404b161c5233aedcf2b717366e4 AS verifier-builder
5+
FROM rust:1.92.0-bookworm AS verifier-builder
66
COPY builder/shared /build/shared
77
ARG DSTACK_REV
88
ARG DSTACK_SRC_URL=https://github.com/Dstack-TEE/dstack.git

0 commit comments

Comments
 (0)