diff --git a/Dockerfile b/Dockerfile index b5de45a..1484132 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # Split out the wheel build into the non-slim image # See https://github.com/docker-library/python/issues/869 -FROM python:3.13 AS build +FROM python:3.12 AS build COPY requirements.txt ./ RUN --mount=type=cache,target=/var/cache/buildkit/pip \ pip wheel --wheel-dir /wheels -r requirements.txt -FROM python:3.13-slim +FROM python:3.12-slim LABEL org.opencontainers.image.source=https://github.com/mdiluz/matchy LABEL org.opencontainers.image.description="Matchy matches matchees" LABEL org.opencontainers.image.licenses=Unlicense diff --git a/requirements.txt b/requirements.txt index fdcdbe6..99d752f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -coverage==7.6.1 +coverage==7.6.10 discord.py==2.4.0 dpytest==0.7.0 flake8==7.1.1 pytest==8.3.3 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.2 pytest-cov==5.0.0 schema==0.7.7 \ No newline at end of file