From 9ad1004f49b57c694fa10a2ba787664eec2cac88 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Fri, 2 Jul 2021 18:26:54 -0400 Subject: [PATCH] revert K8s workaround (#20) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03db18a..51859c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -116,7 +116,7 @@ RUN echo k9s; case ${TARGETPLATFORM} in \ "linux/arm64") ARCH=arm64 ;; \ "linux/arm/v7") ARCH=arm ;; \ esac \ - && curl -sSL https://github.com/derailed/k9s/releases/latest/download/k9s_v0.24.10_Linux_${ARCH}.tar.gz \ + && curl -sSL https://github.com/derailed/k9s/releases/latest/download/k9s_Linux_${ARCH}.tar.gz \ | tar -zxo -C /usr/local/bin/ k9s # popeye https://github.com/derailed/popeye