diff --git a/tests/trac/Dockerfile b/tests/trac/Dockerfile index 08c9f5c..0ab19e4 100644 --- a/tests/trac/Dockerfile +++ b/tests/trac/Dockerfile @@ -4,7 +4,7 @@ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+) # https://www.gnu.org/licenses/agpl-3.0.html -FROM python:3.13-slim +FROM python:3.14-slim RUN mkdir -p /opt/trac/eggcache /opt/trac/products COPY requirements.txt .