From 889b7f5d6b9c0ecec1057023720cbc145bc7b39e Mon Sep 17 00:00:00 2001 From: Ismael Onilearan Date: Wed, 4 Oct 2023 00:50:07 +0100 Subject: [PATCH] fix: update base image to use focal 20230801 (#1962) * fix: update base image to use focal 20230624 * fix: update base image to use focal 20230801 --------- Co-authored-by: Diego Molina --- Base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Dockerfile b/Base/Dockerfile index fc1ab96eb..8e11c4e5c 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20230301 +FROM ubuntu:focal-20230801 LABEL authors="Selenium " #================================================