Skip to content

Commit

Permalink
Bump quictls from 3.0.10 to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Oct 26, 2023
1 parent d73ceaa commit e34c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache \
linux-headers

# https://curl.se/docs/http3.html
RUN git clone --depth 1 -b openssl-3.0.10+quic https://github.com/quictls/openssl \
RUN git clone --depth 1 -b openssl-3.1.4+quic https://github.com/quictls/openssl \
&& cd openssl \
&& ./config enable-tls1_3 --prefix=/usr/local/openssl \
&& make \
Expand Down

0 comments on commit e34c456

Please sign in to comment.