We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4696457 commit 4f91ba4Copy full SHA for 4f91ba4
Dockerfile
@@ -1,5 +1,5 @@
1
# ---- Stage 1: Build ----
2
-FROM python:3.12-slim AS builder
+FROM python:3.14-slim AS builder
3
4
WORKDIR /app
5
@@ -19,7 +19,7 @@ COPY requirements.txt requirements.txt
19
RUN pip install --no-cache-dir --prefix=/install -r requirements.txt
20
21
# ---- Stage 2: Final Minimal Image ----
22
-FROM python:3.12-slim
+FROM python:3.14-slim
23
24
25
0 commit comments