diff --git a/Containerfile b/Containerfile index f417dd3..64be32b 100644 --- a/Containerfile +++ b/Containerfile @@ -19,7 +19,7 @@ COPY . . RUN cargo build --locked --release -p e-navigator-cli -FROM debian:bookworm-slim@sha256:60eac759739651111db372c07be67863818726f754804b8707c90979bda511df +FROM debian:bookworm-slim@sha256:7b140f374b289a7c2befc338f42ebe6441b7ea838a042bbd5acbfca6ec875818 RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates \