From 6ac702a42c42792cbbe8c14f3224dae72e025eb1 Mon Sep 17 00:00:00 2001 From: Enrico Marconi Date: Thu, 16 May 2024 15:40:28 +0200 Subject: [PATCH] update runtime container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fddc4ea..a073204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . . # Build project RUN cargo build --release --bin uni-resolver-driver-iota -FROM debian:bullseye-slim AS runtime +FROM debian:bookworm-slim AS runtime WORKDIR /app RUN apt-get update -y \ && apt-get install -y --no-install-recommends openssl ca-certificates \