diff --git a/Dockerfile b/Dockerfile index 48a2c01..b213f09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY ./pyproject.toml ./poetry.lock /tmp/ RUN poetry export -f requirements.txt --output requirements.txt --without-hashes -FROM python:3.10-slim as base +FROM python:3.13.0a4-slim as base RUN apt-get update -qq \ && apt-get install -qq --no-install-recommends git \