You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
# when _TAGGED is "tagged" the version in _VERSION will be used.
4
4
# _TAGGED is used to handle the build stages
5
5
6
-
# "9123335" as of 2023/01/11
6
+
# Find latest version for commandlinetools on https://developer.android.com/studio
7
+
# or run `curl https://developer.android.com/studio | findstr /r "https:\/\/dl.google.com\/android\/repository\/commandlinetools\-linux\-[0-9]*_latest\.zip"`
8
+
# and copy the value between "linux-XXXXXXX_latest"
7
9
ARG ANDROID_SDK_TOOLS_TAGGED="latest"
8
-
ARG ANDROID_SDK_TOOLS_VERSION="9123335"
10
+
ARG ANDROID_SDK_TOOLS_VERSION="11076708"
9
11
10
12
# Valid values are "last8" or "tagged"
11
13
# "last8" will grab the last 8 android-sdks, including extensions and
0 commit comments