CI: use slim base image
All checks were successful
/ build (push) Successful in 17s
/ test (push) Successful in 6s

This commit is contained in:
phil 2025-05-27 16:44:13 +02:00
parent 8b3a339196
commit 0e6ff98f03

View file

@ -1,6 +1,7 @@
FROM docker.io/library/python:latest
FROM docker.io/library/python:3.13-slim
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
COPY --from=docker.io/python:3.13 /usr/bin/git /usr/local/bin/git
COPY . /app