diff --git a/Dockerfile b/Dockerfile index b284a4a19f..e319b25d88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.9 +FROM python:3.14.0rc2 RUN apt-get update && apt-get -y install libpq-dev RUN pip install --upgrade pip