Skip to content

Commit 1885939

Browse files
committed
fix(verifier): pin rust:1.92.0-bookworm image digest
1 parent 826ace0 commit 1885939

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-bookworm AS verifier-builder
5+
FROM rust:1.92.0-bookworm@sha256:e90e846de4124376164ddfbaab4b0774c7bdeef5e738866295e5a90a34a307a2 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)