From 5650fd4e9e9e1f8441deb631158d7b0362fa576c Mon Sep 17 00:00:00 2001 From: Cesar Filho <53096417+6za@users.noreply.github.com> Date: Fri, 30 Sep 2022 14:01:12 -0300 Subject: [PATCH] Update Dockerfile (#487) --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 977b7effe..7ffd9d3c7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -30,7 +30,7 @@ RUN curl -LO https://s3.us-west-2.amazonaws.com/amazon-eks/1.21.2/2021-07-05/bin mv aws-iam-authenticator /usr/local/bin/ # Kubefirst cli -RUN curl -LO https://github.com/kubefirst/kubefirst/releases/download/$KUBEFIRST_VERSION/kubefirst-$KUBEFIRST_VERSION-linux-amd64.tar.gz && \ +RUN curl -LO https://github.com/kubefirst/kubefirst/releases/download/$KUBEFIRST_VERSION/kubefirst_${KUBEFIRST_VERSION}_linux_amd64.tar.gz && \ tar -xvzf kubefirst-$KUBEFIRST_VERSION-linux-amd64.tar.gz -C /usr/local/bin/ && \ chmod +x /usr/local/bin/kubefirst && \ rm kubefirst-$KUBEFIRST_VERSION-linux-amd64.tar.gz