diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-23 12:13:00 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-23 12:13:00 +0100 |
commit | c68e9aa88ab2e7178d557e60e5e8453eb7502569 (patch) | |
tree | 5c7fbba75ccd6db7f7a7f96c7c45f6277f298cb0 | |
parent | c41048db4a308bace97cb8670da8861e35689e49 (diff) |
Trying different base image
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Pull base image -FROM python:3.12.3-slim-bookworm +FROM python:3.12-bookworm WORKDIR /app |