Skip to content

Commit f20cd39

Browse files
build(deps): bump python in /engine
Bumps python from 3.13-slim-bookworm to 3.14-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34694c6 commit f20cd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY engine/pyproject.toml engine/uv.lock ./
88
RUN --mount=type=cache,target=/root/.cache/uv \
99
uv sync --frozen --no-dev --no-install-project --group engine
1010

11-
FROM python:3.13-slim-bookworm@sha256:00faa2debb87529f9f0764e9491d8ba400a3678976616c3bd7cb193745ac20d1 AS runtime
11+
FROM python:3.14-slim-bookworm@sha256:416f0db2a2b561945630cef9877a7ea0581b27449eb9fd9df42f03e1b74b5b63 AS runtime
1212

1313
# Created before the COPYs so they land owned; a later chown -R duplicates the venv layer.
1414
RUN set -eux; \

0 commit comments

Comments
 (0)