Skip to content

Commit ed3094a

Browse files
⬆ Bump the docker group across 2 directories with 2 updates
Bumps the docker group with 1 update in the /backend directory: python. Bumps the docker group with 1 update in the /frontend directory: playwright. Updates `python` from 3.10 to 3.14.5 Updates `playwright` from v1.58.2-noble to v1.60.0-noble --- updated-dependencies: - dependency-name: python dependency-version: 3.14.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: playwright dependency-version: v1.60.0-noble dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40d6748 commit ed3094a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.14.5
22

33
ENV PYTHONUNBUFFERED=1
44

frontend/Dockerfile.playwright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.58.2-noble
1+
FROM mcr.microsoft.com/playwright:v1.60.0-noble
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)