Skip to content

Commit aac7583

Browse files
authored
Docker: Update dependencies version in Base
1 parent 6ffcced commit aac7583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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.52.0
11-
ARG GRPC_VERSION=1.74.0
10+
ARG OPENTELEMETRY_VERSION=1.51.0
11+
ARG GRPC_VERSION=1.73.0
1212
ARG NETTY_VERSION=4.1.123.Final
1313
ARG CS_VERSION=2.1.24
1414
ARG ENVSUBST_VERSION=1.4.5

0 commit comments

Comments
 (0)