Skip to content

Commit

Permalink
feat: use latest available version of warchaeology v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrbo committed Oct 20, 2023
1 parent f61006e commit 2830a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM busybox as warchaeology
RUN wget -O - https://github.com/nlnwa/warchaeology/releases/download/v0.4.1/warchaeology_Linux_x86_64.tar.gz | tar xvz && chmod +x warc
RUN wget -O - https://github.com/nlnwa/warchaeology/releases/download/v1.1.0/warchaeology_Linux_x86_64.tar.gz | tar xvz && chmod +x warc


FROM ghcr.io/nlnwa/jhove-warc-report-parser:0.1.2 as jwrp
Expand Down

0 comments on commit 2830a21

Please sign in to comment.