From cb05af9700f4614b66aee065c8490519007a13ea Mon Sep 17 00:00:00 2001 From: Firezone Bot Date: Wed, 12 Aug 2026 04:17:24 +0000 Subject: [PATCH] chore: bump msquic to v2.5.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index febec22..842e047 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:24.04 AS build -ARG MSQUIC_VERSION=v2.5.9 +ARG MSQUIC_VERSION=v2.5.10 RUN apt-get update \ && apt-get install -y --no-install-recommends build-essential ca-certificates cmake git perl \