From ba78557e1defeff7e977dd83695e83c39bc78333 Mon Sep 17 00:00:00 2001 From: budtmo Date: Thu, 17 Oct 2024 00:13:00 +0000 Subject: [PATCH] Update base image from ubuntu:focal-20240918 to ubuntu:focal-20241011 --- Appium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/Dockerfile b/Appium/Dockerfile index 3f92ac2..307e0a1 100644 --- a/Appium/Dockerfile +++ b/Appium/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20240918 +FROM ubuntu:focal-20241011 ENV DEBIAN_FRONTEND=noninteractive