2 Commits

Author SHA1 Message Date
cc3ff6a4f1 feat(deps): lock file maintenance
All checks were successful
Validate PR Title / validate (pull_request) Successful in 3s
CI / ci (pull_request) Successful in 32s
2026-02-04 22:41:58 +00:00
b5c637f7f8 chore(deps): update python docker tag to v3.14.3 (#16)
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
2026-02-04 22:22:18 +00:00

View File

@@ -1,4 +1,4 @@
FROM python:3.14.2-slim
FROM python:3.14.3-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
USER root