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,
"exposable": true,
"id": "kiwix-serve",
"tipi_version": 1,
"version": "3.5.0-2",
"categories": ["media"],
"tipi_version": 2,
"version": "3.7.0-2",
"categories": [
"media"
],
"description": "Kiwix Server is a web server for hosting .zim files",
"short_desc": "Kiwix Server is a web server for hosting .zim files",
"author": "Kiwix",
"source": "https://github.com/kiwix/kiwix-tools/",
"website": "https://kiwix.org/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: '3.9'
services:
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:
- ${APP_PORT}:8080
volumes: