Skip to content

Commit

Permalink
chore: bump price-feeder 012 -> 014, peggo 026 -> 027 (#733) (#735)
Browse files Browse the repository at this point in the history
(cherry picked from commit 14011e9)

Co-authored-by: Matthew Elder <sseses@gmail.com>
  • Loading branch information
mergify[bot] and dreamcodez committed Apr 4, 2022
1 parent 4750b65 commit 9da10e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/packer/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/

# Install go
RUN curl -sL https://go.dev/dl/go1.17.8.linux-amd64.tar.gz | tar --strip-components=1 -C /usr/local -xz
RUN curl -sL https://go.dev/dl/go1.18.linux-amd64.tar.gz | tar --strip-components=1 -C /usr/local -xz

# Copy Umee source in
WORKDIR /tmp/build/umee
Expand Down
4 changes: 2 additions & 2 deletions infra/packer/umee-node-dist.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ 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.2/price-feeder-v0.1.2-linux-amd64.tar.gz | tar --strip-components 1 -xz"
, "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"
, "cp /tmp/price-feeder /usr/local/bin/"
, "cd /tmp && curl -sLqf https://github.com/umee-network/peggo/releases/download/v0.2.6/peggo-v0.2.6-linux-amd64.tar.gz | tar --strip-components 1 -xz"
, "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 9da10e9

Please sign in to comment.