Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.11
FROM --platform=linux/amd64 python:3.14

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 8: containerImage not pinned by hash
Remediation tip: pin your Docker image by updating python:3.14 to python:3.14@sha256:049247cbb7ce998685d780c9d5325781a7429bc6693bbfab86bcb8e36e7a059e
Click Remediation section below for further remediation help

####################
## Selenium setup ##
Expand Down
Loading