Skip to content

Commit 8885f2c

Browse files
committed
cmake
1 parent 8037455 commit 8885f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc cur
5858
### Build image
5959
FROM build-base-${BUILD_OS} AS build-base
6060

61-
ENV CMAKE_VERSION=3.31.9
61+
ENV CMAKE_VERSION=3.31.10
6262
RUN wget -q -O cmake-linux.sh "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-$(arch).sh" \
6363
&& sh cmake-linux.sh -- --skip-license --prefix=/usr \
6464
&& rm cmake-linux.sh

0 commit comments

Comments
 (0)