Skip to content

Commit c83fbe0

Browse files
committed
[PPHA-182] Upgrade python and alpine to latest
1 parent a051429 commit c83fbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN npm ci
88
RUN npm run compile
99

1010

11-
FROM python:3.12-alpine3.19 AS builder
11+
FROM python:3.13.5-alpine3.21 AS builder
1212

1313
ENV PYTHONDONTWRITEBYTECODE=1 \
1414
PYTHONUNBUFFERED=1 \
@@ -30,7 +30,7 @@ COPY lung_cancer_screening ./lung_cancer_screening
3030
RUN pip install --no-cache-dir -r requirements.txt
3131

3232

33-
FROM python:3.12-alpine3.19
33+
FROM python:3.13.5-alpine3.21
3434

3535
ENV PYTHONDONTWRITEBYTECODE=1 \
3636
PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)