Skip to content

Commit

Permalink
update dependencies version same as grid core
Browse files Browse the repository at this point in the history
  • Loading branch information
VietND96 authored Sep 22, 2024
1 parent 12868dd commit 4b7deb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ARG VERSION
ARG RELEASE=selenium-${VERSION}
ARG AUTHORS=SeleniumHQ
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel)
ARG OPENTELEMETRY_VERSION=1.40.0
ARG GRPC_VERSION=1.65.1
ARG NETTY_VERSION=4.1.111.Final
ARG CS_VERSION=2.1.10
ARG OPENTELEMETRY_VERSION=1.42.1
ARG GRPC_VERSION=1.66.0
ARG NETTY_VERSION=4.1.113.Final
ARG CS_VERSION=2.1.13

#Arguments to define the user running Selenium
ARG SEL_USER=seluser
Expand Down

0 comments on commit 4b7deb1

Please sign in to comment.