Update python Docker tag to v3.13
This commit is contained in:
parent
86d0075e5d
commit
fb7532ab86
1 changed files with 2 additions and 2 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.12 AS build
|
||||
FROM python:3.13 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.12-slim
|
||||
FROM python:3.13-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
|
||||
|
|
Loading…
Add table
Reference in a new issue