Skip to content

Commit 2efc8ae

Browse files
deps: bump python in the docker-dependencies group
Bumps the docker-dependencies group with 1 update: python. Updates `python` from `a397410` to `a9bee15` --- 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 c14cbc6 commit 2efc8ae

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:a3974109d36f164ca70024bc0d0828ac706e4ccda849f8638d879e91f79e90ec AS builder
2+
FROM python:3.14-slim-bookworm@sha256:a9bee15510a364124aa24692899d269835683b883de42f7ebec8c293cf679ccb 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:a3974109d36f164ca70024bc0d0828ac706e4ccda849f8638d879e91f79e90ec
14+
FROM python:3.14-slim-bookworm@sha256:a9bee15510a364124aa24692899d269835683b883de42f7ebec8c293cf679ccb
1515

1616
WORKDIR /app
1717

0 commit comments

Comments
 (0)