chore: bump v0.4.0 (#2338)

This commit is contained in:
Yineng Zhang
2024-12-04 03:55:41 +08:00
committed by GitHub
parent 0495796517
commit f8b0326934
6 changed files with 11 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1
&& tar -xzf cmake-3.31.1-linux-x86_64.tar.gz \
&& cp -r cmake-3.31.1-linux-x86_64/bin/* /usr/local/bin/ \
&& cp -r cmake-3.31.1-linux-x86_64/share/* /usr/local/share/ \
&& rm -rf cmake-3.31.1-linux-x86_64 cmake.tar.gz
&& rm -rf cmake-3.31.1-linux-x86_64 cmake-3.31.1-linux-x86_64.tar.gz
# Add yank script
COPY --chown=root:root <<-"EOF" /usr/local/bin/yank