Skip to content

Commit

Permalink
chore(docker): Upgrade Android command line tools to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Jan 29, 2024
1 parent f471b7b commit 61fbc32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ANDROID_CMD_VERSION=10406996
ANDROID_CMD_VERSION=11076708
ASKALONO_VERSION=0.4.6
BOWER_VERSION=1.8.12
BOYTERLC_VERSION=1.3.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
unzip \
&& sudo rm -rf /var/lib/apt/lists/*

ARG ANDROID_CMD_VERSION=10406996
ARG ANDROID_CMD_VERSION=11076708
ENV ANDROID_HOME=/opt/android-sdk

RUN --mount=type=tmpfs,target=/android \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG JAVA_VERSION=17
ARG ORT_VERSION="DOCKER-SNAPSHOT"

# Set this to the Android SDK version to use.
ARG ANDROID_CMD_VERSION=10406996
ARG ANDROID_CMD_VERSION=11076708

# Set this to the NuGet Inspector version to use.
ARG NUGET_INSPECTOR_VERSION=0.9.12
Expand Down

0 comments on commit 61fbc32

Please sign in to comment.