Skip to content
Merged
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
6 changes: 5 additions & 1 deletion docker-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
# 'package format error' when trying to install the package. The workaround is
# to replace '-' with '.', then mangling the version to replace back.
version: "4.39.0.20251202"
epoch: 0
epoch: 1 # GHSA-84h7-rjj3-6jx4
description: Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -73,6 +73,10 @@ pipeline:
with:
patches: 0001-fix-paths.patch

- name: "Bump dependencies to remediate vulnerabilities"
runs: |
sed -i "s/NETTY_VERSION=4\.2\.7\.Final/NETTY_VERSION=4.2.8.Final/g" Base/Dockerfile

subpackages:
- name: ${{package.name}}-base
dependencies:
Expand Down
Loading