Skip to content

Commit a4b2f6b

Browse files
authored
Merge pull request #183 from NHSDigital/dependabot/docker/python-3.14.2-slim
Bump python from 3.14.1-slim to 3.14.2-slim
2 parents 624f08d + 2d54f1b commit a4b2f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.14.1-slim AS development
36+
FROM python:3.14.2-slim AS development
3737

3838
ARG UID=1000
3939
ENV USER=app

0 commit comments

Comments
 (0)