summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-23 12:13:00 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-23 12:13:00 +0100
commitc68e9aa88ab2e7178d557e60e5e8453eb7502569 (patch)
tree5c7fbba75ccd6db7f7a7f96c7c45f6277f298cb0
parentc41048db4a308bace97cb8670da8861e35689e49 (diff)
Trying different base image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4cde444..2c15bd0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Pull base image
-FROM python:3.12.3-slim-bookworm
+FROM python:3.12-bookworm
WORKDIR /app