aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-04-01 02:46:15 +0300
committerGravatar GitHub <[email protected]>2023-04-01 02:46:15 +0300
commit06af38ac1fc988c211c5670594096d4b57d83746 (patch)
treecc7f2e29671f3f83290b3cd3608122686bbea547 /Dockerfile
parentAvoid race conditions and stricter cooldown (diff)
parentMerge pull request #2467 from shtlrs/native-forum-channel-support (diff)
Merge branch 'main' into helper-role
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 205b66209..d09cad5bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-slim
+FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.11-slim
# Define Git SHA build argument for sentry
ARG git_sha="development"