Update python Docker tag to v3.14
Some checks failed
Conventional Commit / validate_pr_title (pull_request) Failing after 4s
Release / Create Release (push) Successful in 1m3s
Release / Print Release (push) Successful in 5s

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

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 . .