1 Commits

Author SHA1 Message Date
1ffa7f927b 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
2025-10-07 21:46:12 +00:00

View File

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