Skip to content

Commit

Permalink
fix: Update irrexplorer to latest upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Oct 8, 2024
1 parent f296f2f commit 16155f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions irrexplorer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN adduser --system irrexplorer \
USER irrexplorer

ENV SOURCE_FILE=irrexplorer.tar.gz \
SOURCE_URL=https://github.com/NLNOG/irrexplorer/archive/c4eb6599c1bd359f1464834bf5e07828aec1769a.tar.gz \
SOURCE_SHA1SUM=cd031821503510b35346be06f9f38dc736c9ff2a
SOURCE_URL=https://github.com/NLNOG/irrexplorer/archive/28f61d29041caf23c03fafcc50ff4e02453e5b69.tar.gz \
SOURCE_SHA1SUM=d638a350655953ac048e4fdfa8700ff433ae98fd

# Download source file, extract and compile
WORKDIR /irrexplorer
Expand Down

0 comments on commit 16155f6

Please sign in to comment.