Skip to content

Commit

Permalink
Set proton version in Containerfile to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Dec 6, 2024
1 parent 82cafde commit 93c6ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93c6ae8

Please sign in to comment.