Skip to content

Commit 287abd8

Browse files
authored
feat: bump command-lines tool version (#175)
1 parent 7549dc6 commit 287abd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ LABEL Description="This image provides a base Android development environment fo
2222
ENV DEBIAN_FRONTEND=noninteractive
2323

2424
# set default build arguments
25-
ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
25+
# https://developer.android.com/studio#command-tools
26+
ARG SDK_VERSION=commandlinetools-linux-8512546_latest.zip
2627
ARG ANDROID_BUILD_VERSION=31
2728
ARG ANDROID_TOOLS_VERSION=31.0.0
2829
ARG NDK_VERSION=21.4.7075529

0 commit comments

Comments
 (0)