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 Feb 7, 2025
1 parent fbf82ad commit 1ed4d0b
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 1ed4d0b

Please sign in to comment.