diff --git a/seed-data/Dockerfile b/seed-data/Dockerfile index 18e55e842..6781e9c72 100644 --- a/seed-data/Dockerfile +++ b/seed-data/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.14.0a3-slim # add apache bench (ab) tool RUN apt-get update \