diff --git a/3.13/Dockerfile b/3.13/Dockerfile index 2c85de5..dd58c2f 100644 --- a/3.13/Dockerfile +++ b/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.14 +FROM python:3.13.15 # python ENV PYTHONFAULTHANDLER=1 \ diff --git a/3.14/Dockerfile b/3.14/Dockerfile index 55640e4..5a1714d 100644 --- a/3.14/Dockerfile +++ b/3.14/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.6 +FROM python:3.14.7 # python ENV PYTHONFAULTHANDLER=1 \