Skip to content

Commit 77e9177

Browse files
committed
Updating Android SDK and NDK in Docker image to the recent stable.
1 parent c8bc55a commit 77e9177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM --platform=linux/amd64 ubuntu:24.04
22

33
# Arguments that can be overridden in 'docker build' command:
44
# Versions of Android SDK and NDK.
5-
ARG VERSION_SDK=11076708
6-
ARG VERSION_NDK=27.2.12479018
5+
ARG VERSION_SDK=13114758
6+
ARG VERSION_NDK=28.1.13356709
77

88
# The HOME variable isn't available for ENV directive (during building an image).
99
# So we define one manually. For alpine and ubuntu it should be '/root'

0 commit comments

Comments
 (0)