File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN apk update && apk add --no-cache && \
5454 openssl-dev \
5555 perl && \
5656 cd /tmp && \
57- git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
57+ git clone --depth 1 --single-branch --branch msquic-v2.2.2 --recursive https://github.com/dotnet/msquic && \
5858 cd msquic/src/msquic && \
5959 cmake -B build/linux/arm_openssl \
6060 -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl \
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN apk update && apk add --no-cache && \
5353 openssl-dev \
5454 perl && \
5555 cd /tmp && \
56- git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
56+ git clone --depth 1 --single-branch --branch msquic-v2.2.2 --recursive https://github.com/dotnet/msquic && \
5757 cd msquic/src/msquic && \
5858 cmake -B build/linux/arm_openssl \
5959 -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl \
You can’t perform that action at this time.
0 commit comments