Update python Docker tag to v3.14

This commit is contained in:
2025-10-07 21:46:12 +00:00
parent 2f0efd251e
commit 328f67ef0a

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim
FROM python:3.14-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
WORKDIR /home
COPY . .