From ee37588959da0b2ae1c407f727aa80f78f388cf1 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 1 Feb 2021 20:30:38 +0000 Subject: [PATCH] drone image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 959c69e..060a407 100644 --- a/.drone.yml +++ b/.drone.yml @@ -147,7 +147,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