Skip to content

Commit ae025ef

Browse files
committed
PPHA-475: Use python slim over alpine linux
Alpine linux causes some DNS issues in particular NHS Login sandbox. Pre hardened images may be the way forward, eventually, avoiding musl libc which causes the DNS issues in kubernetes / Azure container apps
1 parent 5413921 commit ae025ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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.14.1-alpine3.21 AS python_base
11+
FROM python:3.14.2-slim AS python_base
1212

1313
ENV PYTHONDONTWRITEBYTECODE=1 \
1414
PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)