From 31d9d603165a23254b6e389c4668daa105c541b6 Mon Sep 17 00:00:00 2001 From: budtmo Date: Sun, 17 Dec 2023 00:11:22 +0000 Subject: [PATCH] Update base image from ubuntu:focal-20231128 to ubuntu:focal-20231211 --- Appium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/Dockerfile b/Appium/Dockerfile index ab43af2..7f60369 100644 --- a/Appium/Dockerfile +++ b/Appium/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20231128 +FROM ubuntu:focal-20231211 ENV DEBIAN_FRONTEND=noninteractive