aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-07 22:49:03 +0100
committerGravatar Joe Banks <[email protected]>2024-04-07 22:49:03 +0100
commit4ffff020f06e6436e274cd7c9ab4d7945f03a5c4 (patch)
tree9e65e18771cec21fabd633a808d5bd265b538d58
parentRemove redundant version in docker-compose.yml (diff)
Bump Docker image to Python 3.12
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 275217d..59ba565 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
ENV PYTHONHASHSEED=random