We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f952c79 commit 474f351Copy full SHA for 474f351
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.22.2 AS build
3
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
4
ARG CURL_VERSION=curl-8_17_0
5
ARG WS_VERSION=v5.8.4-stable
6
-ARG NGH3_VERSION=v1.12.0
+ARG NGH3_VERSION=v1.13.0
7
ARG NGTCP2_VERSION=v1.17.0
8
9
RUN apk upgrade --no-cache -a && \
0 commit comments