Skip to content

Commit 4bb259c

Browse files
chore(deps): update python docker tag to v3.14
1 parent 4696457 commit 4bb259c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- Stage 1: Build ----
2-
FROM python:3.12-slim AS builder
2+
FROM python:3.14-slim AS builder
33

44
WORKDIR /app
55

@@ -19,7 +19,7 @@ COPY requirements.txt requirements.txt
1919
RUN pip install --no-cache-dir --prefix=/install -r requirements.txt
2020

2121
# ---- Stage 2: Final Minimal Image ----
22-
FROM python:3.12-slim
22+
FROM python:3.14-slim
2323

2424
WORKDIR /app
2525

0 commit comments

Comments
 (0)