We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0de0 commit 4325d97Copy full SHA for 4325d97
Dockerfile
@@ -58,7 +58,7 @@ RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc cur
58
### Build image
59
FROM build-base-${BUILD_OS} AS build-base
60
61
-ENV CMAKE_VERSION=3.30.1
+ENV CMAKE_VERSION=3.31.8
62
RUN wget -q -O cmake-linux.sh "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-$(arch).sh" \
63
&& sh cmake-linux.sh -- --skip-license --prefix=/usr \
64
&& rm cmake-linux.sh
0 commit comments