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