From b66ce6a1c95656148c4f1602481c54e5e57d958c Mon Sep 17 00:00:00 2001 From: dweinholz Date: Mon, 9 Oct 2023 09:45:16 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7b78f01..5df71c34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-buster +FROM python:3.11.5-bookworm RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code