diff --git a/.drone.yml b/.drone.yml index 9a229ad..94142cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: rust/1-alpine + image: rust:1-alpine commands: - apk add --no-cache musl-dev - cargo fetch