diff --git a/docker-selenium.yaml b/docker-selenium.yaml index 14d452eff54..3d61b2d85b8 100644 --- a/docker-selenium.yaml +++ b/docker-selenium.yaml @@ -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 @@ -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: