chore(deps): update vikunja/frontend docker tag to v0.21.0 (#825)

This commit is contained in:
renovate[bot] 2023-07-07 17:34:53 +00:00 committed by GitHub
parent 91a4db2e4e
commit 06b698cc35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8135, "port": 8135,
"id": "vikunja", "id": "vikunja",
"tipi_version": 3, "tipi_version": 4,
"version": "0.20.5", "version": "0.21.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -5,7 +5,7 @@ services:
depends_on: depends_on:
- vikunja-api - vikunja-api
container_name: vikunja container_name: vikunja
image: vikunja/frontend:0.20.5 image: vikunja/frontend:0.21.0
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network