From 1efe3c17eb3c82b7148bf81a7e556c08ecf633b9 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 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