aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-10 21:33:32 +0100
committerGravatar Joe Banks <[email protected]>2024-04-10 21:33:32 +0100
commit99cb9bf3290d99883e2ccc68f9440a7e9a39d889 (patch)
tree72299b65537e940f3ca4862a543298922bf12c1b
parentAdd packages section to pyproject.toml (diff)
Upgrade Dockerfile to use 3.12 image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 42a3f10..2852447 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
# Install project dependencies
WORKDIR /app