From 54d45656e70940a47a3a8db13d3d3777baad39ee Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Sun, 2 Feb 2020 21:35:41 +0200 Subject: [PATCH] fix konfigadm link --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f6fcc1..4dba063 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,4 @@ RUN install_bin https://github.com/CrunchyData/postgres-operator/releases/downlo RUN install_bin https://github.com/hongkailiu/gojsontoyaml/releases/download/e8bd32d/gojsontoyaml ARG KONFIGADM_VERSION= -RUN install_bin https://github.com/moshloop/konfigadm/releases/download/${KONFIGADM_VERSION}/konfigadm +RUN install_bin https://github.com/flanksource/konfigadm/releases/download/${KONFIGADM_VERSION}/konfigadm