-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Viet Nguyen Duc <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:noble-20240904.1 | ||
FROM ubuntu:noble-20241011 | ||
ARG AUTHORS=SeleniumHQ | ||
LABEL authors="${AUTHORS} <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium" | ||
|
@@ -7,9 +7,9 @@ LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-sele | |
ARG VERSION | ||
ARG RELEASE=selenium-${VERSION} | ||
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel) | ||
ARG OPENTELEMETRY_VERSION=1.42.1 | ||
ARG GRPC_VERSION=1.66.0 | ||
ARG NETTY_VERSION=4.1.113.Final | ||
ARG OPENTELEMETRY_VERSION=1.43.0 | ||
ARG GRPC_VERSION=1.68.0 | ||
ARG NETTY_VERSION=4.1.114.Final | ||
ARG CS_VERSION=2.1.13 | ||
|
||
#Arguments to define the user running Selenium | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters