Skip to content

Commit b92af32

Browse files
committed
Remove patch version
1 parent 7b25ce5 commit b92af32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/python_template/api/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
33
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0 UV_NO_DEV=1
44
WORKDIR /app
55
COPY pyproject.toml uv.lock ./
66
RUN uv sync --locked --no-install-workspace
77
COPY src src
88
RUN 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
1212
WORKDIR /app
1313
RUN adduser --system --group app
1414
COPY --from=builder --chown=app /app .

0 commit comments

Comments
 (0)