Skip to content

Commit 5112d57

Browse files
docker: bump rust from 6ae102b to adab794 (#54)
Bumps rust from `6ae102b` to `adab794`. --- updated-dependencies: - dependency-name: rust dependency-version: 1-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d8a600 commit 5112d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build tlsn-verifier binary
2-
FROM rust:1-bookworm@sha256:6ae102bdbf528294bc79ad6e1fae682f6f7c2a6e6621506ba959f9685b308a55 AS rust-builder
2+
FROM rust:1-bookworm@sha256:adab7941580c74513aa3347f2d2a1f975498280743d29ec62978ba12e3540d3a AS rust-builder
33
RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
44
WORKDIR /build
55
COPY crates/tlsn-verifier/Cargo.toml ./crates/tlsn-verifier/

0 commit comments

Comments
 (0)