Skip to content

Commit 4b7deb1

Browse files
authored
update dependencies version same as grid core
1 parent 12868dd commit 4b7deb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ARG VERSION
66
ARG RELEASE=selenium-${VERSION}
77
ARG AUTHORS=SeleniumHQ
88
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel)
9-
ARG OPENTELEMETRY_VERSION=1.40.0
10-
ARG GRPC_VERSION=1.65.1
11-
ARG NETTY_VERSION=4.1.111.Final
12-
ARG CS_VERSION=2.1.10
9+
ARG OPENTELEMETRY_VERSION=1.42.1
10+
ARG GRPC_VERSION=1.66.0
11+
ARG NETTY_VERSION=4.1.113.Final
12+
ARG CS_VERSION=2.1.13
1313

1414
#Arguments to define the user running Selenium
1515
ARG SEL_USER=seluser

0 commit comments

Comments
 (0)