Skip to content

Commit

Permalink
Update msquic version (for source-built images) (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Aug 13, 2024
1 parent bb62e41 commit e6b81c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/alpine/3.17/helix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --upgrade --no-cache \
openssl-dev \
perl

RUN git clone --depth 1 --single-branch --branch v2.4.1 --recursive https://github.com/microsoft/msquic /tmp/msquic
RUN git clone --depth 1 --single-branch --branch v2.4.3 --recursive https://github.com/microsoft/msquic /tmp/msquic

WORKDIR /tmp/msquic

Expand Down
2 changes: 1 addition & 1 deletion src/alpine/3.18/helix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --upgrade --no-cache \
openssl-dev \
perl

RUN git clone --depth 1 --single-branch --branch v2.4.1 --recursive https://github.com/microsoft/msquic /tmp/msquic
RUN git clone --depth 1 --single-branch --branch v2.4.3 --recursive https://github.com/microsoft/msquic /tmp/msquic

WORKDIR /tmp/msquic

Expand Down
2 changes: 1 addition & 1 deletion src/alpine/3.20/helix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --upgrade --no-cache \
openssl-dev \
perl

RUN git clone --depth 1 --single-branch --branch v2.4.1 --recursive https://github.com/microsoft/msquic /tmp/msquic
RUN git clone --depth 1 --single-branch --branch v2.4.3 --recursive https://github.com/microsoft/msquic /tmp/msquic

WORKDIR /tmp/msquic

Expand Down
2 changes: 1 addition & 1 deletion src/azurelinux/3.0/helix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN tdnf install --refresh -y \
openssl-devel \
perl

RUN git clone --depth 1 --single-branch --branch v2.4.1 --recursive https://github.com/microsoft/msquic /tmp/msquic
RUN git clone --depth 1 --single-branch --branch v2.4.3 --recursive https://github.com/microsoft/msquic /tmp/msquic

WORKDIR /tmp/msquic

Expand Down

0 comments on commit e6b81c5

Please sign in to comment.