From 7ea5d945c9b6d1a9d23fcf767d69cb80443efb61 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 16 Feb 2024 16:11:32 +0100 Subject: [PATCH] Update docker image python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76bea87..33aac0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM python:3.10.1-slim-buster +FROM python:3.11.8-slim-bookworm RUN apt-get update -y WORKDIR /app COPY requirements.txt requirements.txt