From d724f68fe58b888772e613df63dcfea3d4436c8d Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 17 Oct 2023 23:56:59 +0200 Subject: [PATCH] reverted the switch to python 3.12 --- data/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Dockerfile b/data/Dockerfile index 6fad3c49d..b19107a95 100644 --- a/data/Dockerfile +++ b/data/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-bullseye as build-stage +FROM python:3.11-bullseye as build-stage WORKDIR /app ARG GIT_COMMIT_SHA