Skip to content

Commit 8037455

Browse files
committed
clang
1 parent e7391d7 commit 8037455

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3131
COPY --from=xx / /
3232
ARG 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
5959
FROM build-base-${BUILD_OS} AS build-base
6060

61-
ENV CMAKE_VERSION=3.31.8
61+
ENV CMAKE_VERSION=3.31.9
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)