From f73a6b5d3e51180296f272c0bc897b6ff835bb48 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Thu, 28 Jan 2021 13:14:39 -0500 Subject: [PATCH] Make spacing more consistent --- Dockerfile.gitlab-operator-build-base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.gitlab-operator-build-base b/Dockerfile.gitlab-operator-build-base index b8bee66..f7a0581 100644 --- a/Dockerfile.gitlab-operator-build-base +++ b/Dockerfile.gitlab-operator-build-base @@ -8,8 +8,8 @@ RUN curl -L https://go.kubebuilder.io/dl/${KUBEBUILDER_VERSION}/linux/amd64 | ta && ln -sfv /usr/local/kubebuilder/bin/* /usr/local/bin RUN curl --retry 6 -LsO https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 \ - && chmod +x yq_linux_amd64 \ - && mv yq_linux_amd64 /usr/local/bin/yq + && chmod +x yq_linux_amd64 \ + && mv yq_linux_amd64 /usr/local/bin/yq FROM golang:1.14-alpine