We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8037455 commit 8885f2cCopy full SHA for 8885f2c
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.31.9
+ENV CMAKE_VERSION=3.31.10
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