From d776e11fe52fe9623407c8f07390988bc55d19b3 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 11 Sep 2023 14:39:05 +0200 Subject: [PATCH] Bump python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe63463e..750fee93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.10-slim-buster +FROM python:3.11.5-slim-bookworm LABEL authors="Patrick Jentsch "