Skip to content

Commit

Permalink
fixup! Use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Jan 12, 2024
1 parent 6b88891 commit fa32c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fa32c9d

Please sign in to comment.