aboutsummaryrefslogtreecommitdiff
path: root/xenial-amd64-tf-m-build
diff options
context:
space:
mode:
Diffstat (limited to 'xenial-amd64-tf-m-build')
-rw-r--r--xenial-amd64-tf-m-build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenial-amd64-tf-m-build/Dockerfile b/xenial-amd64-tf-m-build/Dockerfile
index 38276ed..7bbd38f 100644
--- a/xenial-amd64-tf-m-build/Dockerfile
+++ b/xenial-amd64-tf-m-build/Dockerfile
@@ -71,7 +71,7 @@ RUN set -e ;\
curl --create-dirs -fsSLo /tmp/gcc-arm-none-eabi-linux.tar.bz2 'https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2?revision=2cc92fb5-3e0e-402d-9197-bdfc8224d8a5?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,6-2017-q2-update' ;\
tar -xf /tmp/gcc-arm-none-eabi-linux.tar.bz2 -C /home/buildslave/tools --strip-components=1 ;\
# Install CMake
- curl --create-dirs -fsSLo /tmp/cmake-Linux-x86_64.tar.gz https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz ;\
+ curl --create-dirs -fsSLo /tmp/cmake-Linux-x86_64.tar.gz https://cmake.org/files/v3.14/cmake-3.14.0-Linux-x86_64.tar.gz ;\
tar -xf /tmp/cmake-Linux-x86_64.tar.gz -C /home/buildslave/tools --strip-components=1 ;\
# Fix permissions
chmod 0755 /usr/share/jenkins ;\