Skip to content

Commit

Permalink
chore: bump price feeder to v0.1.2 in image builder (#628) (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 14, 2022
1 parent 3e417ef commit 15da590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/packer/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN make build

# Clone/Build price-feeder
WORKDIR /tmp/build/price-feeder
RUN git clone https://github.com/umee-network/umee.git --branch price-feeder/v0.1.1 --single-branch --depth 1 .
RUN git clone https://github.com/umee-network/umee.git --branch price-feeder/v0.1.2 --single-branch --depth 1 .
WORKDIR /tmp/build/price-feeder/price-feeder
RUN make build

Expand Down

0 comments on commit 15da590

Please sign in to comment.