Skip to content

Commit

Permalink
Update vendir checksum (carvel-dev#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewrenn8 committed Apr 22, 2021
1 parent 82f0b2e commit 4672850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN wget -O- https://github.com/vmware-tanzu/carvel-imgpkg/releases/download/v0.
chmod +x /usr/local/bin/imgpkg && imgpkg version

RUN wget -O- https://github.com/vmware-tanzu/carvel-vendir/releases/download/v0.19.0/vendir-linux-amd64 > /usr/local/bin/vendir && \
echo "037cb6731675bfbe8c0f77ee33550b5d46ca51b8c26a4afc51880b38bfffde26 /usr/local/bin/vendir" | sha256sum -c - && \
echo "7f4634715be0219c779a0620f4aabd79a178a733bf29ef87428e758391aef148 /usr/local/bin/vendir" | sha256sum -c - && \
chmod +x /usr/local/bin/vendir && vendir version


Expand Down

0 comments on commit 4672850

Please sign in to comment.