From 12ea1cde80844c9c0229194e2142ac06de4f43df Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 26 Nov 2023 16:34:31 +0100 Subject: [PATCH] Bump dockerfile to use bookworm (debian12) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2adf65f9..38f9ca788 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-slim-bullseye as base +FROM python:3.11.6-slim-bookworm as base # Setup env ENV LANG C.UTF-8