Skip to content

Commit 8d001ec

Browse files
committed
chore(images/builder): update cmake version to 3.24.4
Signed-off-by: irozzo-1A <[email protected]>
1 parent 0cfed90 commit 8d001ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/builder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ RUN yum install -y \
4141
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ && \
4242
source /opt/rh/devtoolset-9/enable
4343

44-
RUN curl -L -o /tmp/cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-linux-$(uname -m).tar.gz && \
44+
RUN curl -L -o /tmp/cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.24.4/cmake-3.24.4-linux-$(uname -m).tar.gz && \
4545
gzip -d /tmp/cmake.tar.gz && \
4646
tar -xpf /tmp/cmake.tar --directory=/tmp && \
47-
cp -R /tmp/cmake-3.22.5-linux-$(uname -m)/* /usr && \
48-
rm -rf /tmp/cmake-3.22.5-linux-$(uname -m) cmake.tar && \
47+
cp -R /tmp/cmake-3.24.4-linux-$(uname -m)/* /usr && \
48+
rm -rf /tmp/cmake-3.24.4-linux-$(uname -m) cmake.tar && \
4949
yum clean all && \
5050
rm -rf /var/cache/yum /usr/man /usr/doc && \
5151
systemctl enable dhclient && \

0 commit comments

Comments
 (0)