Skip to content

Commit

Permalink
Set the correct URL for getting Proton source code from github
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Sep 30, 2022
1 parent 00de7e7 commit 2d3bc8f
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 @@ -31,7 +31,7 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
WORKDIR /build
COPY . .
ENV PROTON_VERSION=0.37.0
ENV PROTON_SOURCE_URL=${PROTON_SOURCE_URL:-https://github.com/apache/qpid-proton/archive/refs/heads/${PROTON_VERSION}.tar.gz}
ENV PROTON_SOURCE_URL=${PROTON_SOURCE_URL:-http://github.com/apache/qpid-proton/archive/${PROTON_VERSION}.tar.gz}

This comment has been minimized.

Copy link
@jiridanek

jiridanek Sep 30, 2022

Contributor

Why http and not https?

This comment has been minimized.

Copy link
@ganeshmurthy

ganeshmurthy Sep 30, 2022

Author Contributor

Good catch, I will change this to https

This comment has been minimized.

Copy link
@ganeshmurthy

ganeshmurthy Sep 30, 2022

Author Contributor

Done

ENV LWS_VERSION=v4.3.1
ENV LWS_SOURCE_URL=${LWS_SOURCE_URL:-https://github.com/warmcat/libwebsockets/archive/refs/tags/${LWS_VERSION}.tar.gz}

Expand Down

0 comments on commit 2d3bc8f

Please sign in to comment.