Skip to content

Commit 36cad62

Browse files
committed
Updating the Android NDK in the Dockerfile to r28c
1 parent 5f18a31 commit 36cad62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM --platform=linux/amd64 ubuntu:24.04
33
# Arguments that can be overridden in 'docker build' command:
44
# Versions of Android SDK and NDK.
55
ARG VERSION_SDK=13114758
6-
ARG VERSION_NDK=28.1.13356709
6+
ARG VERSION_NDK=28.2.13676358
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)