Skip to content

Commit 474f351

Browse files
committed
update nghttp3 version to v1.13.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f952c79 commit 474f351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.22.2 AS build
33
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
44
ARG CURL_VERSION=curl-8_17_0
55
ARG WS_VERSION=v5.8.4-stable
6-
ARG NGH3_VERSION=v1.12.0
6+
ARG NGH3_VERSION=v1.13.0
77
ARG NGTCP2_VERSION=v1.17.0
88

99
RUN apk upgrade --no-cache -a && \

0 commit comments

Comments
 (0)