Skip to content

Commit

Permalink
Bump dapper version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Iyengar committed Dec 13, 2022
1 parent 79a3022 commit 3e7f6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ platform:

steps:
- name: build
image: rancher/dapper:1.11.2
image: rancher/dapper:v0.4.1
commands:
- dapper ci
volumes:
- name: docker
path: /var/run/docker.sock

- name: stage-binaries
image: rancher/dapper:1.11.2
image: rancher/dapper:v0.4.1
commands:
- cp -r ./bin/* ./
when:
Expand Down

0 comments on commit 3e7f6bf

Please sign in to comment.