Skip to content

Commit 05f5f4a

Browse files
authored
Merge pull request #169 from NHSDigital/dependabot/docker/python-3.14.1-slim
Bump python from 3.13.7-slim to 3.14.1-slim
2 parents 5b1b4b5 + 19b5c27 commit 05f5f4a

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.13.7-alpine3.21 AS python_base
11+
FROM python:3.14.1-alpine3.21 AS python_base
1212

1313
ENV PYTHONDONTWRITEBYTECODE=1 \
1414
PYTHONUNBUFFERED=1 \
@@ -33,7 +33,7 @@ RUN pip install poetry
3333
RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
3434

3535
# Alpine doesn't support playwright
36-
FROM python:3.13.7-slim AS development
36+
FROM python:3.14.1-slim AS development
3737

3838
ARG UID=1000
3939
ENV USER=app

0 commit comments

Comments
 (0)