Skip to content

Commit 8a74c47

Browse files
committed
update: OS and Selenium in Base image
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 4543903 commit 8a74c47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20240125
1+
FROM ubuntu:jammy-20240212
22
LABEL authors="Selenium <[email protected]>"
33

44
# Arguments to define the version of dependencies to download

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ NAME := $(or $(NAME),$(NAME),selenium)
22
CURRENT_DATE := $(shell date '+%Y%m%d')
33
BUILD_DATE := $(or $(BUILD_DATE),$(BUILD_DATE),$(CURRENT_DATE))
44
BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-4.18.0)
5-
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.18.0)
5+
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.18.1)
66
BASE_RELEASE_NIGHTLY := $(or $(BASE_RELEASE_NIGHTLY),$(BASE_RELEASE_NIGHTLY),nightly)
77
BASE_VERSION_NIGHTLY := $(or $(BASE_VERSION_NIGHTLY),$(BASE_VERSION_NIGHTLY),4.19.0-SNAPSHOT)
8-
VERSION := $(or $(VERSION),$(VERSION),4.18.0)
8+
VERSION := $(or $(VERSION),$(VERSION),4.18.1)
99
TAG_VERSION := $(VERSION)-$(BUILD_DATE)
1010
CHART_VERSION_NIGHTLY := $(or $(CHART_VERSION_NIGHTLY),$(CHART_VERSION_NIGHTLY),1.0.0-nightly)
1111
NAMESPACE := $(or $(NAMESPACE),$(NAMESPACE),$(NAME))

0 commit comments

Comments
 (0)