Skip to content

Commit 16269a4

Browse files
docker: bump debian from 4724b8c to f9c6a2f in /crates/tlsn-server (#100)
Bumps debian from `4724b8c` to `f9c6a2f`. --- updated-dependencies: - dependency-name: debian dependency-version: bookworm-slim 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 95e5c0e commit 16269a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tlsn-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY Cargo.toml ./
55
COPY src/ src/
66
RUN cargo build --release --bin tlsn-server
77

8-
FROM debian:bookworm-slim@sha256:4724b8cc51e33e398f0e2e15e18d5ec2851ff0c2280647e1310bc1642182655d
8+
FROM debian:bookworm-slim@sha256:f9c6a2fd2ddbc23e336b6257a5245e31f996953ef06cd13a59fa0a1df2d5c252
99
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates tor && rm -rf /var/lib/apt/lists/*
1010
COPY --from=builder /build/target/release/tlsn-server /usr/local/bin/
1111
COPY docker-entrypoint.sh /usr/local/bin/

0 commit comments

Comments
 (0)