Skip to content

Commit

Permalink
chore: bump price-feeder in packer image to v0.2.0 (#743) (#746)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b0ea81)

Co-authored-by: Matthew Elder <sseses@gmail.com>
  • Loading branch information
mergify[bot] and dreamcodez committed Apr 5, 2022
1 parent 9da10e9 commit 177c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/packer/umee-node-dist.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build {
, "chmod a+x /usr/local/bin/osmosisd"
, "curl -sLf https://github.com/CosmosContracts/juno/releases/download/v2.1.0/junod -o /usr/local/bin/junod"
, "chmod a+x /usr/local/bin/junod"
, "cd /tmp && curl -sLqf https://github.com/umee-network/umee/releases/download/price-feeder/v0.1.4/price-feeder-v0.1.4-linux-amd64.tar.gz | tar --strip-components 1 -xz"
, "cd /tmp && curl -sLqf https://github.com/umee-network/umee/releases/download/price-feeder/v0.2.0/price-feeder-v0.2.0-linux-amd64.tar.gz | tar --strip-components 1 -xz"
, "cp /tmp/price-feeder /usr/local/bin/"
, "cd /tmp && curl -sLqf https://github.com/umee-network/peggo/releases/download/v0.2.7/peggo-v0.2.7-linux-amd64.tar.gz | tar --strip-components 1 -xz"
, "cp /tmp/peggo /usr/local/bin/"
Expand Down

0 comments on commit 177c674

Please sign in to comment.