Skip to content

Commit fb55225

Browse files
committedAug 13, 2022
Updating Docker image to use Ubuntu 22.04 and Android NDK r25
1 parent 4efafd7 commit fb55225

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎tools/docker/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
# Arguments that can be overridden in 'docker build' command:
44
# 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
5+
ARG VERSION_SDK=8512546
6+
ARG VERSION_NDK=25.0.8775105
7+
ARG VERSION_CMAKE=3.22.1
88

99
# Package to install via pip3
10-
ARG VERSION_MESON=0.58.2
10+
ARG VERSION_MESON=0.63.0
1111

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

0 commit comments

Comments
 (0)
Failed to load comments.