aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Galen Rice <[email protected]>2024-04-15 08:34:44 -0400
committerGravatar GitHub <[email protected]>2024-04-15 08:34:44 -0400
commitc071e39685c1d54ccb4a5b322bf127c3a0e16737 (patch)
tree1d1da6fb472bac863a9f9f3bfaf8daa931ecf726 /Dockerfile
parentUpdate comment for clarity on skipping adding of phishing button (diff)
parentUpdate site namespace in constants (diff)
Merge branch 'main' into vivek/fix-phishing-button
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d09cad5bd..41282e00c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.11-slim
+FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12-slim
# Define Git SHA build argument for sentry
ARG git_sha="development"