We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bc55a commit 77e9177Copy full SHA for 77e9177
tools/docker/Dockerfile
@@ -2,8 +2,8 @@ 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.
5
-ARG VERSION_SDK=11076708
6
-ARG VERSION_NDK=27.2.12479018
+ARG VERSION_SDK=13114758
+ARG VERSION_NDK=28.1.13356709
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