diff --git a/3.11/Dockerfile b/3.11/Dockerfile index 924313f..a00a4ba 100644 --- a/3.11/Dockerfile +++ b/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.15 +FROM python:3.11.16 # python ENV PYTHONFAULTHANDLER=1 \ diff --git a/3.12/Dockerfile b/3.12/Dockerfile index c82008d..9c4e6db 100644 --- a/3.12/Dockerfile +++ b/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.13 +FROM python:3.12.14 # python ENV PYTHONFAULTHANDLER=1 \ 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 \