Skip to content

Commit 7284208

Browse files
committed
chore(deps): Update dependencies version
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 44da586 commit 7284208

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Base/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-sele
77
ARG VERSION
88
ARG RELEASE=selenium-${VERSION}
99
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel)
10-
ARG OPENTELEMETRY_VERSION=1.53.0
11-
ARG GRPC_VERSION=1.74.0
12-
ARG NETTY_VERSION=4.1.126.Final
10+
ARG OPENTELEMETRY_VERSION=1.54.0
11+
ARG GRPC_VERSION=1.75.0
12+
ARG NETTY_VERSION=4.2.6.Final
1313
ARG CS_VERSION=2.1.25-M18
14-
ARG ENVSUBST_VERSION=1.4.5
15-
ARG CURL_VERSION=8.15.0
14+
ARG ENVSUBST_VERSION=1.4.6
15+
ARG CURL_VERSION=8.16.0
1616

1717
#Arguments to define the user running Selenium
1818
ARG SEL_USER=seluser

0 commit comments

Comments
 (0)