chore(deps): update ghcr.io/kiwix/kiwix-serve docker tag to v3.7.0 (#3360)
This commit is contained in:
parent
796d5d803d
commit
173535089b
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user