From 5c177a7a6fc620d66ecafee33ed0ea0b0b1dc8d6 Mon Sep 17 00:00:00 2001 From: Matt Colman <33348891+mtcolman@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:06:04 +0100 Subject: [PATCH] Update Dockerfile ubuntu version (#1980) Update Dockerfile updating ubuntu version [deploy] --- Base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Dockerfile b/Base/Dockerfile index 16a2d0dbc8..2c1c1f72d3 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20230801 +FROM ubuntu:focal-20231003 LABEL authors="Selenium " #================================================