Skip to content

Commit 77e4cf4

Browse files
deps: bump python in the docker-dependencies group
Bumps the docker-dependencies group with 1 update: python. Updates `python` from `2e256d0` to `cba2eed` --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1196c0d commit 77e4cf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use official Python runtime pinned by digest
2-
FROM python:3.14-slim-bookworm@sha256:2e256d0381371566ed96980584957ed31297f437569b79b0e5f7e17f2720e53a AS builder
2+
FROM python:3.14-slim-bookworm@sha256:cba2eed20b946f0fcf51f2e736f00b71921884b0704b4301febf8d01032b1792 AS builder
33

44
WORKDIR /build
55

@@ -11,7 +11,7 @@ RUN apt-get update \
1111
COPY requirements.txt /build/requirements.txt
1212
RUN pip wheel --no-cache-dir --wheel-dir /build/wheels -r /build/requirements.txt
1313

14-
FROM python:3.14-slim-bookworm@sha256:2e256d0381371566ed96980584957ed31297f437569b79b0e5f7e17f2720e53a
14+
FROM python:3.14-slim-bookworm@sha256:cba2eed20b946f0fcf51f2e736f00b71921884b0704b4301febf8d01032b1792
1515

1616
WORKDIR /app
1717

0 commit comments

Comments
 (0)