Skip to content

Commit 7d9efdc

Browse files
committed
Ubuntu 20.04/Qt6: Update CMake to 4.0.3
1 parent 5efad36 commit 7d9efdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-20.04-qt6.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
6666
&& chmod 777 $CARGO_HOME
6767

6868
# Install CMake
69-
ARG CMAKE_VERSION="3.31.1"
69+
ARG CMAKE_VERSION="4.0.3"
7070
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION.tar.gz"
7171
RUN wget -c "${CMAKE_URL}" -O /tmp.tar.gz \
7272
&& tar -xzf /tmp.tar.gz -C /opt \

0 commit comments

Comments
 (0)