We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efafd7 commit fb55225Copy full SHA for fb55225
tools/docker/Dockerfile
@@ -1,13 +1,13 @@
1
-FROM ubuntu:20.04
+FROM 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=6858069
6
-ARG VERSION_NDK=21.4.7075529
7
-ARG VERSION_CMAKE=3.10.2.4988404
+ARG VERSION_SDK=8512546
+ARG VERSION_NDK=25.0.8775105
+ARG VERSION_CMAKE=3.22.1
8
9
# Package to install via pip3
10
-ARG VERSION_MESON=0.58.2
+ARG VERSION_MESON=0.63.0
11
12
# The HOME variable isn't available for ENV directive (during building an image).
13
# So we define one manually. For alpine and ubuntu it should be '/root'
0 commit comments