diff --git a/.github/docker/Dockerfile.python b/.github/docker/Dockerfile.python index 7ce06924..b44ba5ba 100644 --- a/.github/docker/Dockerfile.python +++ b/.github/docker/Dockerfile.python @@ -1,3 +1,3 @@ -FROM python:3.11.13-bookworm +FROM python:3.14.1-bookworm CMD echo this is a dummy file used to automate dependency upgrades for plugins