diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-04-23 12:13:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 12:13:57 +0100 |
commit | 89c19b797441bc8c3b6f065c8007fa8a287f87c5 (patch) | |
tree | 5c7fbba75ccd6db7f7a7f96c7c45f6277f298cb0 | |
parent | c41048db4a308bace97cb8670da8861e35689e49 (diff) | |
parent | c68e9aa88ab2e7178d557e60e5e8453eb7502569 (diff) |
Merge pull request #24 from defencedigital/pyswitch
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 |