Skip to content

Commit 12bb08f

Browse files
Bump python from 3.14.1-slim to 3.14.2-slim
Bumps python from 3.14.1-slim to 3.14.2-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.2-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e0bb14 commit 12bb08f

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)