Skip to content

Commit 77dec6c

Browse files
Merge pull request #4 from rendiffdev/snyk-fix-136e0f29f11759555e564d61f7b68c2e
[Snyk] Security upgrade python from 3.12-slim to 3.13.5-slim
2 parents f9cc38d + 29643de commit 77dec6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/api/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.12-slim AS builder
2+
FROM python:3.13.5-slim AS builder
33

44
# Install build dependencies
55
RUN apt-get update && apt-get install -y \
@@ -17,7 +17,7 @@ COPY requirements.txt .
1717
RUN pip install --no-cache-dir -r requirements.txt
1818

1919
# Runtime stage
20-
FROM python:3.12-slim
20+
FROM python:3.13.5-slim
2121

2222
# Install runtime dependencies
2323
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)