chore: bump python version to 3.13.9 (#767)

This commit is contained in:
Bobby Noelte
2025-11-16 13:25:45 +01:00
committed by GitHub
parent 7bf9dd723e
commit bad99fc62d
5 changed files with 15 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.7
ARG PYTHON_VERSION=3.12.7
ARG PYTHON_VERSION=3.13.9
FROM python:${PYTHON_VERSION}-slim
LABEL source="https://github.com/Akkudoktor-EOS/EOS"