Skip to content

Commit 761be97

Browse files
committed
Bump cmake-latest to 4.1.1
1 parent 227a512 commit 761be97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ RUN dpkg --add-architecture i386 && \
4242
pipx install conan
4343

4444
RUN mkdir -p /opt/cmake-latest && cd /opt/cmake-latest && \
45-
curl -L https://github.com/Kitware/CMake/releases/download/v4.0.3/cmake-4.0.3-linux-x86_64.tar.gz | tar -xz --strip-components=1 && \
45+
curl -L https://github.com/Kitware/CMake/releases/download/v4.1.1/cmake-4.1.1-linux-x86_64.tar.gz | tar -xz --strip-components=1 && \
4646
rm -rf doc man

0 commit comments

Comments
 (0)