Make spacing more consistent

This commit is contained in:
Mitchell Nielsen 2021-01-28 13:14:39 -05:00
parent e7e7a7cbe0
commit f73a6b5d3e

View file

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