Bump dapper to 0.5.1

This commit is contained in:
Erik Wilson 2020-08-10 15:16:26 -07:00
parent f3a0248a03
commit 56e9ddae7d
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8

View File

@ -2,7 +2,7 @@ TARGETS := $(shell ls scripts | grep -v \\.sh)
.dapper:
@echo Downloading dapper
@curl -sL https://releases.rancher.com/dapper/v0.4.2/dapper-$$(uname -s)-$$(uname -m) > .dapper.tmp
@curl -sL https://releases.rancher.com/dapper/v0.5.1/dapper-$$(uname -s)-$$(uname -m) > .dapper.tmp
@@chmod +x .dapper.tmp
@./.dapper.tmp -v
@mv .dapper.tmp .dapper