From abf853a9df8ffc8f88936ba7f827726f206b9976 Mon Sep 17 00:00:00 2001 From: budtmo Date: Sat, 14 Oct 2023 00:09:17 +0000 Subject: [PATCH] Update base image from ubuntu:focal-20230801 to ubuntu:focal-20231003 --- Appium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/Dockerfile b/Appium/Dockerfile index aa841fb..4393ba1 100644 --- a/Appium/Dockerfile +++ b/Appium/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20230801 +FROM ubuntu:focal-20231003 ENV DEBIAN_FRONTEND=noninteractive