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