Skip to content

Commit 3b72f60

Browse files
Merge pull request #45 from GitTimeraider/dependabot/docker/python-3.14-slim
Bump python from 3.13-slim to 3.14-slim
2 parents bf57d8f + 13887af commit 3b72f60

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)