diff --git a/.drone.yml b/.drone.yml index 0d24072a32..66b0a9c161 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: rancher/dapper:v0.4.1 + image: rancher/dapper:v0.4.2 commands: - dapper ci volumes: @@ -56,7 +56,7 @@ steps: - tag - name: sonobuoy-e2e-tests - image: rancher/dapper:v0.4.1 + image: rancher/dapper:v0.4.2 commands: - dapper -f Dockerfile.sonobuoy.dapper volumes: @@ -95,7 +95,7 @@ platform: steps: - name: build - image: rancher/dapper:v0.4.1 + image: rancher/dapper:v0.4.2 commands: - dapper ci volumes: @@ -157,7 +157,7 @@ platform: steps: - name: build - image: rancher/dapper:v0.4.1 + image: rancher/dapper:v0.4.2 commands: - dapper ci volumes: diff --git a/Makefile b/Makefile index 6c7e7513c7..bb2dff4602 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TARGETS := $(shell ls scripts | grep -v \\.sh) .dapper: @echo Downloading dapper - @curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m` > .dapper.tmp + @curl -sL https://releases.rancher.com/dapper/v0.4.2/dapper-`uname -s`-`uname -m` > .dapper.tmp @@chmod +x .dapper.tmp @./.dapper.tmp -v @mv .dapper.tmp .dapper