File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update \
1313 binutils-powerpc64le-linux-gnu \
1414 build-essential \
1515 ca-certificates \
16- clang-16 \
16+ clang-17 \
1717 git \
1818 golang \
1919 libcurl4 \
@@ -25,13 +25,13 @@ RUN apt-get update \
2525 protobuf-compiler \
2626 wget
2727
28- RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100 \
29- && update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
28+ RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100 \
29+ && update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
3030
3131COPY --from=xx / /
3232ARG TARGETPLATFORM
3333
34- RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-ares-dev libre2-dev libssl-dev libc-dev libmsgpack-dev
34+ RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-ares-dev libre2-dev libssl-dev libc-dev libmsgpack-cxx- dev
3535
3636
3737# ## Build base image for alpine
@@ -58,7 +58,7 @@ RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc cur
5858# ## Build image
5959FROM build-base-${BUILD_OS} AS build-base
6060
61- ENV CMAKE_VERSION=3.31.8
61+ ENV CMAKE_VERSION=3.31.9
6262RUN 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
You can’t perform that action at this time.
0 commit comments