diff --git a/Dockerfile b/Dockerfile index 7567e0d..782a99a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine COPY requirements.txt / RUN apk add --no-cache curl && pip install --no-cache-dir -r requirements.txt