Skip to content

Commit 914854c

Browse files
committed
Updating Android NDK in Docker image to r27c
1 parent ef297d4 commit 914854c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM --platform=linux/amd64 ubuntu:24.04
22

33
# Arguments that can be overridden in 'docker build' command:
4-
# Versions of Android SDK and NDK. The CMake is installed via NDK.
4+
# Versions of Android SDK and NDK.
55
ARG VERSION_SDK=11076708
6-
ARG VERSION_NDK=27.1.12297006
6+
ARG VERSION_NDK=27.2.12479018
77

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

0 commit comments

Comments
 (0)