Skip to content

Commit 13887af

Browse files
Bump python from 3.13-slim to 3.14-slim
Bumps python from 3.13-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 519e1b3 commit 13887af

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
# Build stage
2-
FROM python:3.13-slim as builder
2+
FROM python:3.14-slim as builder
33

44
WORKDIR /app
55

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

2121
# Runtime stage
22-
FROM python:3.13-slim
22+
FROM python:3.14-slim
2323

2424
WORKDIR /app
2525

0 commit comments

Comments
 (0)