diff --git a/src/alpine/3.16/helix/amd64/Dockerfile b/src/alpine/3.16/helix/amd64/Dockerfile index f730a691f..e31643dda 100644 --- a/src/alpine/3.16/helix/amd64/Dockerfile +++ b/src/alpine/3.16/helix/amd64/Dockerfile @@ -69,10 +69,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/x64_openssl \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl \ -DCMAKE_BUILD_TYPE=Release \ -DQUIC_TLS=openssl \ -DQUIC_ENABLE_LOGGING=true \ diff --git a/src/alpine/3.16/helix/arm64v8/Dockerfile b/src/alpine/3.16/helix/arm64v8/Dockerfile index ded7a1a48..11c4f1c9c 100644 --- a/src/alpine/3.16/helix/arm64v8/Dockerfile +++ b/src/alpine/3.16/helix/arm64v8/Dockerfile @@ -53,10 +53,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/arm64_openssl \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm64 \ -DQUIC_TLS=openssl \ diff --git a/src/alpine/3.17/helix/amd64/Dockerfile b/src/alpine/3.17/helix/amd64/Dockerfile index 89de0a388..6d91159af 100644 --- a/src/alpine/3.17/helix/amd64/Dockerfile +++ b/src/alpine/3.17/helix/amd64/Dockerfile @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/x64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DQUIC_TLS=openssl3 \ -DQUIC_ENABLE_LOGGING=true \ diff --git a/src/alpine/3.17/helix/arm32v7/Dockerfile b/src/alpine/3.17/helix/arm32v7/Dockerfile index ba42fc6b7..cccb3a82f 100644 --- a/src/alpine/3.17/helix/arm32v7/Dockerfile +++ b/src/alpine/3.17/helix/arm32v7/Dockerfile @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/arm_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm \ -DQUIC_TLS=openssl3 \ diff --git a/src/alpine/3.17/helix/arm64v8/Dockerfile b/src/alpine/3.17/helix/arm64v8/Dockerfile index 218b0b7a4..3c4f4ae03 100644 --- a/src/alpine/3.17/helix/arm64v8/Dockerfile +++ b/src/alpine/3.17/helix/arm64v8/Dockerfile @@ -53,10 +53,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/arm64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm64 \ -DQUIC_TLS=openssl3 \ diff --git a/src/alpine/3.18/helix/amd64/Dockerfile b/src/alpine/3.18/helix/amd64/Dockerfile index e4a3848a2..ffc9966bf 100644 --- a/src/alpine/3.18/helix/amd64/Dockerfile +++ b/src/alpine/3.18/helix/amd64/Dockerfile @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/x64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DQUIC_TLS=openssl3 \ -DQUIC_ENABLE_LOGGING=true \ diff --git a/src/alpine/3.18/helix/arm32v7/Dockerfile b/src/alpine/3.18/helix/arm32v7/Dockerfile index 29d02c7eb..c24e216fa 100644 --- a/src/alpine/3.18/helix/arm32v7/Dockerfile +++ b/src/alpine/3.18/helix/arm32v7/Dockerfile @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/arm_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm \ -DQUIC_TLS=openssl3 \ diff --git a/src/alpine/3.18/helix/arm64v8/Dockerfile b/src/alpine/3.18/helix/arm64v8/Dockerfile index bb3c5d060..4b61a4af9 100644 --- a/src/alpine/3.18/helix/arm64v8/Dockerfile +++ b/src/alpine/3.18/helix/arm64v8/Dockerfile @@ -53,10 +53,10 @@ RUN apk update && apk add --no-cache && \ openssl-dev \ perl && \ cd /tmp && \ - git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ - cd msquic/src/msquic && \ + git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic && \ + cd msquic && \ cmake -B build/linux/arm64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm64 \ -DQUIC_TLS=openssl3 \