diff --git a/.python-version b/.python-version index 84691dd..8531a3b 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.8.15 +3.12.2 diff --git a/Dockerfile b/Dockerfile index 2ca4425..04fe420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.12 COPY requirements.txt . RUN pip install -r requirements.txt