CI: use slim base image
This commit is contained in:
parent
8b3a339196
commit
0e6ff98f03
1 changed files with 2 additions and 1 deletions
|
@ -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=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
|
COPY . /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue