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