From 93c6ae84231769475c6d5f76a7ea8fb5bc42cc92 Mon Sep 17 00:00:00 2001 From: ganeshmurthy Date: Fri, 6 Dec 2024 09:27:17 -0500 Subject: [PATCH] Set proton version in Containerfile to 0.40.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 976a03b66..d1f922739 100644 --- a/Containerfile +++ b/Containerfile @@ -36,7 +36,7 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \ WORKDIR /build COPY . . -ENV PROTON_VERSION=main +ENV PROTON_VERSION=0.40.0 ENV PROTON_SOURCE_URL=${PROTON_SOURCE_URL:-https://github.com/apache/qpid-proton/archive/${PROTON_VERSION}.tar.gz} ENV LWS_VERSION=v4.3.3 ENV LIBUNWIND_VERSION=v1.8.1