Skip to content

Commit 3f6639e

Browse files
deps: bump python in the docker-dependencies group (#17)
1 parent 3f5bb35 commit 3f6639e

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

1616
WORKDIR /app
1717

0 commit comments

Comments
 (0)