-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
Description
Currently we're pinning msquic version in Alpine helix images as you can see below:
| RUN git clone --depth 1 --single-branch --branch v2.4.3 --recursive https://github.com/microsoft/msquic /tmp/msquic |
Ideal solution is getting latest release from msquic releases page.
We can do this as explained in here: #1156 (comment)