diff --git a/Dockerfile b/Dockerfile index 4adb3373a..d13511d75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # This Dockerfile is only for GitHub Actions -FROM python:3.9 +FROM python:3.14.2 RUN set -ex; \ apt-get update; \