Skip to content

Commit 6e24c19

Browse files
authored
Merge pull request #206 from NHSDigital/dns-alpine-issues
PPHA-475: Use python slim over alpine linux
2 parents 5413921 + ae025ef commit 6e24c19

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)