Skip to content

Commit

Permalink
Merge pull request #7 from nlnwa/feat/bump_warchaeology_version
Browse files Browse the repository at this point in the history
feat: use latest available version of warchaeology v.1.1.0
  • Loading branch information
maeb authored Oct 20, 2023
2 parents f61006e + 2830a21 commit 02608b4
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 02608b4

Please sign in to comment.