Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/ci/release-build-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ COPY --from=hairyhenderson/gomplate:v4.3.3 /gomplate /usr/local/bin/gomplate

# Set cmake3 as default cmake
# renovate: datasource=github-tags depName=Kitware/CMake
ARG CMAKE_VERSION=3.23.5
ARG CMAKE_VERSION=3.31.9
RUN filename="cmake-${CMAKE_VERSION}-linux-$(arch).sh"; \
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${filename} && \
sh ${filename} --prefix=/usr/local --skip-license --exclude-subdir && \
Expand Down