Skip to content

Commit

Permalink
Merge pull request #299 from commerceblock/debpkgs
Browse files Browse the repository at this point in the history
Update curlpp deps
  • Loading branch information
paulius authored Oct 8, 2020
2 parents ad165e9 + 4ae0d7b commit ed20c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/dpkg-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV CURLPP_LIBS -L/usr/local/lib64 -lcurl -lcurlpp
ENV CURLPP_CFLAGS -Iinclude

RUN set -ex \
&& apt install -y jq \
&& apt install -y jq libcurl4-openssl-dev \
&& export repo="repos/commerceblock/ocean/releases" \
&& export release_url="https://api.github.com/${repo}/latest" \
&& export id=$(curl -sH "Authorization: token ${token}" ${release_url} | jq .id) \
Expand Down

2 comments on commit ed20c8b

@MikeC-BC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stakauskas looks like the 2.1.6 tag is using the 2.1.5 commit hash.

@MikeC-BC
Copy link

@MikeC-BC MikeC-BC commented on ed20c8b Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

master  2.1.6                                                                                                                                                                                                    
╰─ git -C . describe --tags
2.1.5

Please sign in to comment.