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.
1 parent 8993250 commit 248a46eCopy full SHA for 248a46e
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11 AS builder
+FROM python:3.13-slim AS builder
2
COPY requirements.txt .
3
4
RUN addgroup --gid 2000 --system appgroup && \
@@ -9,7 +9,7 @@ USER 2000
9
# install dependencies to the local user directory
10
RUN pip install --user -r requirements.txt
11
12
-FROM python:3.11-slim
+FROM python:3.13-slim
13
WORKDIR /app
14
15
0 commit comments