Skip to content

Commit

Permalink
Bump zim-tools to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Sep 13, 2024
1 parent f0dbbe1 commit e7822be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion receiver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ VOLUME /mnt/quarantine
VOLUME /mnt/zim
VOLUME /mnt/check_logs

ENV ZIM_TOOLS_URL https://download.openzim.org/release/zim-tools/zim-tools_linux-x86_64-3.4.2.tar.gz
ENV ZIM_TOOLS_URL https://download.openzim.org/release/zim-tools/zim-tools_linux-x86_64-3.5.0.tar.gz
ENV ZIM_SRC_DIR /jail/zim
ENV ZIM_DST_DIR /mnt/zim
ENV ZIM_QUAR_DIR /mnt/quarantine
Expand Down
2 changes: 1 addition & 1 deletion workers/app/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
DNSCACHE_IMAGE = os.getenv("DNSCACHE_IMAGE") or "ghcr.io/openzim/dnscache:latest"
UPLOADER_IMAGE = os.getenv("UPLOADER_IMAGE") or "ghcr.io/openzim/uploader:latest"
CHECKER_IMAGE = os.getenv("CHECKER_IMAGE") or "ghcr.io/openzim/zim-tools:3.4.2"
CHECKER_IMAGE = os.getenv("CHECKER_IMAGE") or "ghcr.io/openzim/zim-tools:3.5.0"
MONITOR_IMAGE = os.getenv("MONITOR_IMAGE") or "ghcr.io/openzim/zimfarm-monitor:latest"

# paths
Expand Down

0 comments on commit e7822be

Please sign in to comment.