We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f686c2 commit c7e9c02Copy full SHA for c7e9c02
Dockerfile
@@ -4,7 +4,7 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
4
ARG CURL_VERSION=curl-8_11_1
5
ARG WS_VERSION=v5.7.4-stable
6
ARG NGH3_VERSION=v1.7.0
7
-ARG NGTCP2_VERSION=v1.9.1
+ARG NGTCP2_VERSION=v1.10.0
8
9
RUN apk upgrade --no-cache -a && \
10
apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \
0 commit comments