From fa32c9dadd8fd2a3edc2bf09e70775364051b445 Mon Sep 17 00:00:00 2001 From: Timon Engelke Date: Fri, 12 Jan 2024 18:15:49 +0100 Subject: [PATCH] fixup! Use Python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2116ffb..49627f2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #sentry-cli releases -o sentry-internal new -p bitpoll $VERSION # Dockerfile -FROM python:3.12-slim as common-base +FROM python:3.11-slim as common-base #ENV DJANGO_SETTINGS_MODULE foo.settings ENV UID=2008