From e0f7c87ac9d3bed0f0253faf9b7c5a3032ba6247 Mon Sep 17 00:00:00 2001 From: Peter Dudfield <34686298+peterdudfield@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:16:12 +0000 Subject: [PATCH] python 311 --- infrastructure/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker/Dockerfile b/infrastructure/docker/Dockerfile index d0cb977..1d1f8b6 100644 --- a/infrastructure/docker/Dockerfile +++ b/infrastructure/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.11-slim # make sure it doesnt fail if the docker file doesnt know the git commit ARG GIT_PYTHON_REFRESH=quiet