From 6d216650bb457150b2652d827fd174e816a25b16 Mon Sep 17 00:00:00 2001 From: Dimitris Alo <47322687+dimitris4000@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:32:44 +0200 Subject: [PATCH] Bump docker base image to a newer one for security reasons --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1f31495..7a803326 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim-buster +FROM python:3.9-slim-bookworm ENV PYTHONUNBUFFERED 1 ENV PIP_DISABLE_PIP_VERSION_CHECK=1