Skip to content

Commit

Permalink
chore: downgrade surveilr version in omnibus-rssd-nginx.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Niba-nazar authored Feb 11, 2025
1 parent 88fd013 commit db54d65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion support/deploy/omnibus-rssd-nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ 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 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.3_x86_64-unknown-linux-gnu.tar.gz
RUN tar -xvf resource-surveillance_1.7.3_x86_64-unknown-linux-gnu.tar.gz
#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

Expand Down

0 comments on commit db54d65

Please sign in to comment.