Skip to content

Commit

Permalink
chore: bump price-feeder in packer image to v0.2.0 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcodez authored Apr 5, 2022
1 parent 1e171c7 commit 2b0ea81
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 2b0ea81

Please sign in to comment.