Skip to content

Commit c9976c9

Browse files
dependabot[bot]Themitchell
authored andcommitted
Bump python from 3.13.5-slim to 3.13.7-slim
Bumps python from 3.13.5-slim to 3.13.7-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.7-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecd8088 commit c9976c9

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.13.5-slim AS development
36+
FROM python:3.13.7-slim AS development
3737

3838
# Set up user like python_base does
3939
ENV USER=app

0 commit comments

Comments
 (0)