chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.303 (#3515)

This commit is contained in:
renovate[bot] 2024-05-20 05:59:38 +00:00 committed by GitHub
parent d25966e521
commit 6bc25c9717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "wikijs", "id": "wikijs",
"tipi_version": 7, "tipi_version": 8,
"version": "2.5.302", "version": "2.5.303",
"categories": [ "categories": ["media"],
"media"
],
"description": "A modern, lightweight and powerful wiki app built on NodeJS ", "description": "A modern, lightweight and powerful wiki app built on NodeJS ",
"short_desc": "A modern and powerful wiki app built on Node.js", "short_desc": "A modern and powerful wiki app built on Node.js",
"author": "https://github.com/requarks", "author": "https://github.com/requarks",
@ -23,8 +21,5 @@
"env_variable": "WIKI_JS_DB_PASS" "env_variable": "WIKI_JS_DB_PASS"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
wikijs: wikijs:
container_name: wikijs container_name: wikijs
image: ghcr.io/requarks/wiki:2.5.302 image: ghcr.io/requarks/wiki:2.5.303
depends_on: depends_on:
- wikijs-db - wikijs-db
environment: environment: