We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5413921 + ae025ef commit 6e24c19Copy full SHA for 6e24c19
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ RUN npm ci
8
RUN npm run compile
9
10
11
-FROM python:3.14.1-alpine3.21 AS python_base
+FROM python:3.14.2-slim AS python_base
12
13
ENV PYTHONDONTWRITEBYTECODE=1 \
14
PYTHONUNBUFFERED=1 \
0 commit comments