Skip to content

Commit f9cc38d

Browse files
authored
Merge pull request #3 from rendiffdev/snyk-fix-7be043a75e67467df4596dedb3e8e62a
[Snyk] Security upgrade python from 3.13.5-slim to 3.14-rc-alpine3.20
2 parents bd1587a + 6ba0cf0 commit f9cc38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/setup/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.5-slim AS builder
2+
FROM python:3.14-rc-alpine3.20 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.13.5-slim
20+
FROM python:3.14-rc-alpine3.20
2121

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

0 commit comments

Comments
 (0)