From 0a0f24122b78a99c99eafd158e71eeba1fb27692 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Mon, 11 Mar 2024 14:12:06 +0000 Subject: [PATCH] update: Base/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281067 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281073 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281073 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281079 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281079 --- Base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Dockerfile b/Base/Dockerfile index f37dfbe9c..23fd1c9b7 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20240212 +FROM ubuntu:jammy-20240227 LABEL authors="Selenium " # Arguments to define the version of dependencies to download