We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef297d4 commit 914854cCopy full SHA for 914854c
tools/docker/Dockerfile
@@ -1,9 +1,9 @@
1
FROM --platform=linux/amd64 ubuntu:24.04
2
3
# Arguments that can be overridden in 'docker build' command:
4
-# Versions of Android SDK and NDK. The CMake is installed via NDK.
+# Versions of Android SDK and NDK.
5
ARG VERSION_SDK=11076708
6
-ARG VERSION_NDK=27.1.12297006
+ARG VERSION_NDK=27.2.12479018
7
8
# The HOME variable isn't available for ENV directive (during building an image).
9
# So we define one manually. For alpine and ubuntu it should be '/root'
0 commit comments