Skip to content

Commit

Permalink
Update NDK in docker image to 27.0.12077973
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Aug 4, 2024
1 parent 83f64f7 commit f9aa229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 ubuntu:22.04
# Arguments that can be overridden in 'docker build' command:
# Versions of Android SDK and NDK. The CMake is installed via NDK.
ARG VERSION_SDK=11076708
ARG VERSION_NDK=26.2.11394342
ARG VERSION_NDK=27.0.12077973
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
Expand Down

0 comments on commit f9aa229

Please sign in to comment.