Skip to content

Commit

Permalink
Upgrade dependencies version in Base image (#2059)
Browse files Browse the repository at this point in the history
[deploy]

Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Dec 12, 2023
1 parent 42f05d9 commit b7e1c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Base/Dockerfile
@@ -1,11 +1,11 @@
FROM ubuntu:jammy-20231004
FROM ubuntu:jammy-20231128
LABEL authors="Selenium <selenium-developers@googlegroups.com>"

# Arguments to define the version of dependencies to download
ARG VERSION
ARG RELEASE=selenium-${VERSION}
ARG OPENTELEMETRY_VERSION=1.31.0
ARG GRPC_VERSION=1.59.0
ARG GRPC_VERSION=1.60.0

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

0 comments on commit b7e1c78

Please sign in to comment.