File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 0.11.15 -python3.14-trixie-slim
2- FROM astral/uv@sha256:1b882e1fa1834b0c26764ad6494e3151de499ed34dfa13826f9f395f5110f519 AS builder
1+ # 0.11-python3.14-trixie
2+ FROM astral/uv@sha256:337df7a9d2254a1d8542bc77e16d10396b4028edd1cf7ba4358c6821b9da40c9 AS builder
33ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0 UV_NO_DEV=1
44WORKDIR /app
55COPY pyproject.toml uv.lock ./
66RUN uv sync --locked --no-install-workspace
77COPY src src
88RUN uv sync --locked
99
10- # python:3.14.5 -slim-trixie
11- FROM python@sha256:a7185a8e40af01bf891414a4df16ef10fc6000cee460a404a13da9029fe41604 AS final
10+ # python:3.14-slim-trixie
11+ FROM python@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97 AS final
1212WORKDIR /app
1313RUN adduser --system --group app
1414COPY --from=builder --chown=app /app .
You can’t perform that action at this time.
0 commit comments