We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5852b3c commit 336ca54Copy full SHA for 336ca54
tools/docker/Dockerfile
@@ -2,8 +2,8 @@ FROM --platform=linux/amd64 ubuntu:22.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.
5
-ARG VERSION_SDK=10406996
6
-ARG VERSION_NDK=26.1.10909125
+ARG VERSION_SDK=11076708
+ARG VERSION_NDK=26.2.11394342
7
ARG VERSION_CMAKE=3.22.1
8
9
# Package to install via pip3
0 commit comments