diff --git a/Dockerfile b/Dockerfile index 3ea0b54..ce7e70c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.13-slim # pip installing the requirements.txt requires git because we're installing a fork RUN apt-get -y update