chore(deps): update ghcr.io/kiwix/kiwix-serve docker tag to v3.7.0 (#3360)

This commit is contained in:
renovate[bot] 2024-05-02 22:24:19 +00:00 committed by GitHub
parent 796d5d803d
commit 173535089b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,14 +5,19 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "kiwix-serve", "id": "kiwix-serve",
"tipi_version": 1, "tipi_version": 2,
"version": "3.5.0-2", "version": "3.7.0-2",
"categories": ["media"], "categories": [
"media"
],
"description": "Kiwix Server is a web server for hosting .zim files", "description": "Kiwix Server is a web server for hosting .zim files",
"short_desc": "Kiwix Server is a web server for hosting .zim files", "short_desc": "Kiwix Server is a web server for hosting .zim files",
"author": "Kiwix", "author": "Kiwix",
"source": "https://github.com/kiwix/kiwix-tools/", "source": "https://github.com/kiwix/kiwix-tools/",
"website": "https://kiwix.org/", "website": "https://kiwix.org/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3.9'
services: services:
kiwix-serve: kiwix-serve:
container_name: kiwix-serve container_name: kiwix-serve
image: ghcr.io/kiwix/kiwix-serve:3.5.0-2 image: ghcr.io/kiwix/kiwix-serve:3.7.0-2
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
volumes: volumes: