From 8ac1f8bc4f77417ae72081d927695e8038e5c251 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 15:30:12 +0100 Subject: [PATCH] Switch alpine to stretch so that we have git lol --- .buildkite/pipeline.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 6206422fc..5608eb7c9 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -7,7 +7,7 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.11-alpine" + image: "golang:1.11-stretch" - command: - "go test ./..." @@ -17,7 +17,7 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.11-alpine" + image: "golang:1.11-stretch" - command: - "go build ./cmd/..." @@ -27,7 +27,7 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.12-alpine" + image: "golang:1.12-stretch" - command: - "go test ./..." @@ -37,7 +37,7 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.12-alpine" + image: "golang:1.12-stretch" - command: - "./scripts/find-lint.sh" @@ -47,4 +47,4 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.12-alpine" + image: "golang:1.12-stretch"