From f62dc65c2ecdbf1df5f12e8e6281435f51cb5c6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:23:51 +0000 Subject: [PATCH] Update debian Docker tag to v12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1b4eb3..c860eb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN cargo build --release # ------------------- # # -- Oghma Runtime -- # # ------------------- # -FROM debian:11-slim as runtime +FROM debian:12-slim as runtime WORKDIR /apps COPY --from=builder /data/oghma/target/x86_64-unknown-linux-gnu/release/oghma-bot /data/oghma/target/release/oghma-bot ./ ENTRYPOINT ["/apps/oghma-bot"]