We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd1587a + 6ba0cf0 commit f9cc38dCopy full SHA for f9cc38d
docker/setup/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM python:3.13.5-slim AS builder
+FROM python:3.14-rc-alpine3.20 AS builder
3
4
# Install build dependencies
5
RUN apt-get update && apt-get install -y \
@@ -17,7 +17,7 @@ COPY requirements.txt .
17
RUN pip install --no-cache-dir -r requirements.txt
18
19
# Runtime stage
20
-FROM python:3.13.5-slim
+FROM python:3.14-rc-alpine3.20
21
22
# Install runtime dependencies
23
0 commit comments