diff --git a/.drone.yml b/.drone.yml index ce73661..ea7f6e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ type: docker steps: - name: build - image: golang:1.16rc + image: golang:1.16rc1-buster commands: - apt update -y - apt install build-essential python3-pip curl software-properties-common sed upx -y