From a9fb6c71dfed52811a61d0587891ba6611a26708 Mon Sep 17 00:00:00 2001 From: Dennis Gimbergsson Date: Thu, 19 Jan 2023 13:51:07 +0100 Subject: [PATCH] Update command line tools version Update VERSION_TOOLS field to 9123335 which is currently the latest version of the command line tools. I haven't made any test with this change. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b18a190..c611e95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 MAINTAINER Jan Grewe -ENV VERSION_TOOLS "8512546" +ENV VERSION_TOOLS "9123335" ENV ANDROID_SDK_ROOT "/sdk" # Keep alias for compatibility