diff --git a/.drone.yml b/.drone.yml index 11dd08c..2173e57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,9 +10,9 @@ steps: - git submodule update - name: run update.sh - image: debian:buster-slim + image: alpine/git commands: - - bash update.sh + - ./update.sh - name: build 16.0 image image: plugins/docker