chore(deps): update ghcr.io/plankanban/planka docker tag to v1.17.3 (#3506)
This commit is contained in:
parent
511b5e4ab7
commit
fd6f726af5
|
@ -5,11 +5,9 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "planka",
|
||||
"tipi_version": 21,
|
||||
"version": "1.17.2",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
"tipi_version": 24,
|
||||
"version": "1.17.3",
|
||||
"categories": ["development"],
|
||||
"description": "The realtime kanban board for workgroups built with React and Redux.",
|
||||
"short_desc": "Free open source kanban board for workgroups.",
|
||||
"author": "Planka",
|
||||
|
@ -23,8 +21,5 @@
|
|||
"env_variable": "PLANKA_SECRET_KEY"
|
||||
}
|
||||
],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
planka:
|
||||
image: ghcr.io/plankanban/planka:1.17.2
|
||||
image: ghcr.io/plankanban/planka:1.17.3
|
||||
container_name: planka
|
||||
command: >
|
||||
bash -c
|
||||
|
|
Loading…
Reference in New Issue
Block a user