Skip to content
Closed
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
4 changes: 2 additions & 2 deletions 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.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
Expand Down Expand Up @@ -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
Expand Down
Loading