Skip to content

Commit

Permalink
Update CMake version to 3.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 22, 2024
2 parents 4a98805 + a340b75 commit a1ee95b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-macos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable
FROM debian:stable-20200803
MAINTAINER jano42 "https://github.com/jano42"
LABEL authors=jano42

Expand Down Expand Up @@ -83,6 +83,7 @@ RUN mkdir -p $YADOMS_DEPS_PATH

# CMake
ARG cmake_version=3.30.2
RUN apt-get purge -y cmake
RUN cd $YADOMS_DEPS_PATH \
&& wget --no-check-certificate https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version.tar.gz \
&& tar xzf cmake-$cmake_version.tar.gz && cd cmake-$cmake_version\
Expand Down

0 comments on commit a1ee95b

Please sign in to comment.