From 1d93e7f014d9164810c2ed2f5bab2c1b0a2a5876 Mon Sep 17 00:00:00 2001 From: Chris McKeen Date: Mon, 28 Mar 2022 15:10:39 -0400 Subject: [PATCH] update certificates --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index aad8844..c6e7e82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: golang:1.12 commands: - - apt-get install --reinstall ca-certificates + - apt update && apt install ca-certificates libgnutls30 -y - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=${DRONE_TAG##v}" -o release/linux/amd64/terraform-credentials-env when: event: