We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e154d commit 235523fCopy full SHA for 235523f
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.21.3 AS build
3
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
4
ARG CURL_VERSION=curl-8_13_0
5
ARG WS_VERSION=v5.7.6-stable
6
-ARG NGH3_VERSION=v1.8.0
+ARG NGH3_VERSION=v1.9.0
7
ARG NGTCP2_VERSION=v1.12.0
8
9
RUN apk upgrade --no-cache -a && \
0 commit comments