From 9a69537b8d61922b2c079f93192c3ee10d3318e1 Mon Sep 17 00:00:00 2001 From: uw0s Date: Tue, 5 Mar 2024 15:48:33 +0200 Subject: [PATCH] Bump python version --- python/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/Dockerfile b/python/python/Dockerfile index 3f3d1a9..7d3077a 100644 --- a/python/python/Dockerfile +++ b/python/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python +FROM python:3.12-slim WORKDIR /usr/src/app COPY pyproject.toml . RUN python3 -m pip install --upgrade pip && python3 -m pip install .[dev] \ No newline at end of file