optimize docker backend image size (#130)
This commit is contained in:
parent
0459e3c9f8
commit
25e7b86f02
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/astral-sh/uv:python3.12-bookworm
|
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
|
||||||
|
|
||||||
# Install uv.
|
# Install uv.
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue