From 34846b86d4c4f329fc5513caf8929b939f2bd5b4 Mon Sep 17 00:00:00 2001 From: budtmo Date: Thu, 26 Jan 2023 00:15:48 +0000 Subject: [PATCH] Update base image from ubuntu:bionic-20220801 to ubuntu:bionic-20221215 --- Appium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/Dockerfile b/Appium/Dockerfile index 792677e..896b45e 100644 --- a/Appium/Dockerfile +++ b/Appium/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic-20220801 +FROM ubuntu:bionic-20221215 ENV SDK_VERSION=commandlinetools-linux-8512546_latest \ ANDROID_BUILD_TOOLS_VERSION=33.0.0 \