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 a8cfc9f + e01559f commit bd1587aCopy full SHA for bd1587a
docker/setup/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM python:3.12-slim AS builder
+FROM python:3.13.5-slim 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.12-slim
+FROM python:3.13.5-slim
21
22
# Install runtime dependencies
23
0 commit comments