Compare commits
11 commits
fb7532ab86
...
8156378de5
| Author | SHA1 | Date | |
|---|---|---|---|
| 8156378de5 | |||
| 647c0266e1 | |||
| c8bfa837aa | |||
| 20b0ba08cd | |||
| f07d52bf19 | |||
| 84f18bceec | |||
| e8f5350b8e | |||
| e0e927fead | |||
| fb4647c4e0 | |||
| 66d3fe3e5c | |||
| 77d533fbcb |
2 changed files with 4 additions and 4 deletions
|
|
@ -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.14 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.14-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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue