diff --git a/docker-selenium.yaml b/docker-selenium.yaml index 793b460d83e..5033f80c4d0 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.34.0.20250727" - epoch: 1 + epoch: 2 # GHSA-prj3-ccx8-p6x4 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 @@ -110,7 +110,7 @@ subpackages: # Do not change these. Docker Selenium is sensitive to the versions used OPENTELEMETRY_VERSION=$(cat ./Dockerfile | grep "^ARG OPENTELEMETRY_VERSION" | sed "s/.*=//") GRPC_VERSION=$(cat ./Dockerfile | grep "^ARG GRPC_VERSION" | sed "s/.*=//") - NETTY_VERSION="4.1.118.Final" + NETTY_VERSION="4.1.124.Final" mkdir -p ${{targets.contextdir}}/external_jars curl -sSLfO https://github.com/coursier/launchers/raw/master/coursier