diff options
author | 2024-04-07 22:49:03 +0100 | |
---|---|---|
committer | 2024-04-07 22:49:03 +0100 | |
commit | 4ffff020f06e6436e274cd7c9ab4d7945f03a5c4 (patch) | |
tree | 9e65e18771cec21fabd633a808d5bd265b538d58 | |
parent | Remove redundant version in docker-compose.yml (diff) |
Bump Docker image to Python 3.12
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |