From 9b9eb5d77d77f0be9260439419dd521fc59d834e Mon Sep 17 00:00:00 2001 From: Niba-nazar <114569256+Niba-nazar@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:10:41 +0530 Subject: [PATCH] chore:update omnibus-rssd-nginx.dockerfile --- support/deploy/omnibus-rssd-nginx.dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/support/deploy/omnibus-rssd-nginx.dockerfile b/support/deploy/omnibus-rssd-nginx.dockerfile index e9d3a7a7a..f597a8411 100644 --- a/support/deploy/omnibus-rssd-nginx.dockerfile +++ b/support/deploy/omnibus-rssd-nginx.dockerfile @@ -22,9 +22,7 @@ RUN curl -fsSL https://deno.land/x/install/install.sh | sh && \ # Install surveilr using the provided script WORKDIR /usr/local/bin -#RUN curl -sL https://raw.githubusercontent.com/opsfolio/releases.opsfolio.com/main/surveilr/install.sh | bash -RUN wget https://github.com/opsfolio/releases.opsfolio.com/releases/download/1.7.3/resource-surveillance_1.7.1_x86_64-unknown-linux-gnu.tar.gz -RUN tar -xvf resource-surveillance_1.7.1_x86_64-unknown-linux-gnu.tar.gz +RUN curl -sL https://raw.githubusercontent.com/opsfolio/releases.opsfolio.com/main/surveilr/install.sh | bash #RUN wget https://github.com/opsfolio/releases.opsfolio.com/releases/download/1.5.10/resource-surveillance_1.5.10_x86_64-unknown-linux-gnu.tar.gz #RUN tar -xvf resource-surveillance_1.5.10_x86_64-unknown-linux-gnu.tar.gz