chore(deps): update portainer/portainer-ce docker tag to v2.20.3 (#3524)
This commit is contained in:
parent
37f2950a7b
commit
bbacec034a
|
@ -6,18 +6,13 @@
|
|||
"exposable": true,
|
||||
"https": true,
|
||||
"id": "portainer",
|
||||
"tipi_version": 21,
|
||||
"version": "2.20.2-alpine",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"tipi_version": 22,
|
||||
"version": "2.20.3-alpine",
|
||||
"categories": ["utilities"],
|
||||
"description": "",
|
||||
"short_desc": "Making Docker and Kubernetes management easy.",
|
||||
"author": "portainer.io",
|
||||
"source": "https://github.com/portainer/portainer",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.20.2-alpine
|
||||
image: portainer/portainer-ce:2.20.3-alpine
|
||||
container_name: portainer
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user