From 7e81496da5bd32120a7b334155c774bbeed05e49 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 13 Jan 2024 17:12:21 +0100 Subject: [PATCH] Update dockerfile runtime to debian bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa382ae..0584108 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN cargo build --release --target $(cat /.platform) RUN cp ./target/$(cat /.platform)/release/notes2ics /notes2ics.bin # Get rid of this when build --out is stable -FROM debian:buster-slim +FROM debian:bookworm-slim ARG APP=/usr/src/app RUN apt-get update \