There was an error while loading. Please reload this page.
1 parent 3f5bb35 commit 3f6639eCopy full SHA for 3f6639e
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Use official Python runtime pinned by digest
2
-FROM python:3.14-slim-bookworm@sha256:a9bee15510a364124aa24692899d269835683b883de42f7ebec8c293cf679ccb AS builder
+FROM python:3.14-slim-bookworm@sha256:a70519002c49552ea0a853de47599cf40479b001bd7a624f1112eaf44dcaccc7 AS builder
3
4
WORKDIR /build
5
@@ -11,7 +11,7 @@ RUN apt-get update \
11
COPY requirements.txt /build/requirements.txt
12
RUN pip wheel --no-cache-dir --wheel-dir /build/wheels -r /build/requirements.txt
13
14
-FROM python:3.14-slim-bookworm@sha256:a9bee15510a364124aa24692899d269835683b883de42f7ebec8c293cf679ccb
+FROM python:3.14-slim-bookworm@sha256:a70519002c49552ea0a853de47599cf40479b001bd7a624f1112eaf44dcaccc7
15
16
WORKDIR /app
17
0 commit comments