drone image

This commit is contained in:
Harvey Tindall
2021-02-01 20:30:38 +00:00
parent cb12c6f441
commit ee37588959

View File

@@ -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