diff --git a/Dockerfile b/Dockerfile index 5c72af9..a9a12cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.4-bullseye +FROM python:3.12.9-bullseye WORKDIR /app COPY requirements.txt requirements.txt RUN apt-get update -y