File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : ${{ matrix.script_name }} ${{ env.PHP_VERSION }}
5353 - name : Build binary using Docker
5454 if : ${{ matrix.use_docker == true }}
55- run : docker run -v ${PWD}:/src -w /src alpine:3.17 sh -c "apk add sudo bash; ${{ matrix.script_name }} ${{ env.PHP_VERSION }}"
55+ run : docker run -v ${PWD}:/src -w /src alpine:3.21 sh -c "apk add sudo bash; ${{ matrix.script_name }} ${{ env.PHP_VERSION }}"
5656 - name : Create artifact
5757 run : |
5858 os="${{ runner.os }}"
Original file line number Diff line number Diff line change 1- FROM alpine:3.17
1+ FROM alpine:3.21
22ARG BUILD_DEV=0
33
44# Install the manticore-executor binary
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install_deps() {
2222 ln -s /usr/bin/objcopy " /usr/bin/${arch} -alpine-linux-musl-objcopy"
2323 export CROSS_COMPILE=" /usr/bin/${arch} -alpine-linux-musl-"
2424
25- apk add php84 php84-dev php84-cli curl git autoconf bison re2c pkgconf zlib-dev zstd-dev openssl-libs-static openssl-dev zlib-static zlib-dev gnu-libiconv-dev clang-dev llvm-dev
25+ apk add php84 php84-dev curl git autoconf bison re2c pkgconf zlib-dev zstd-dev openssl-libs-static openssl-dev zlib-static zlib-dev gnu-libiconv-dev clang-dev llvm-dev
2626
2727 install_curl
2828
You can’t perform that action at this time.
0 commit comments