Skip to content

Commit 4672850

Browse files
authored
Update vendir checksum (#175)
1 parent 82f0b2e commit 4672850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN wget -O- https://github.com/vmware-tanzu/carvel-imgpkg/releases/download/v0.
3939
chmod +x /usr/local/bin/imgpkg && imgpkg version
4040

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

4545

0 commit comments

Comments
 (0)