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 a051429 commit c83fbe0Copy full SHA for c83fbe0
Dockerfile
@@ -8,7 +8,7 @@ RUN npm ci
8
RUN npm run compile
9
10
11
-FROM python:3.12-alpine3.19 AS builder
+FROM python:3.13.5-alpine3.21 AS builder
12
13
ENV PYTHONDONTWRITEBYTECODE=1 \
14
PYTHONUNBUFFERED=1 \
@@ -30,7 +30,7 @@ COPY lung_cancer_screening ./lung_cancer_screening
30
RUN pip install --no-cache-dir -r requirements.txt
31
32
33
-FROM python:3.12-alpine3.19
+FROM python:3.13.5-alpine3.21
34
35
36
0 commit comments