Update python Docker tag to v3.13
Some checks failed
Conventional Commit / validate_pr_title (pull_request) Failing after 4s
Release / Create Release (push) Successful in 11s
Release / Print Release (push) Successful in 3s

This commit is contained in:
Renovate [BOT] 2025-03-23 20:47:15 +00:00
parent 162f57b2ff
commit 9b96af09a3

View File

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