chore(deps): update portainer/portainer-ce docker tag to v2.20.3 (#3524)

This commit is contained in:
renovate[bot] 2024-05-20 23:30:36 +00:00 committed by GitHub
parent 37f2950a7b
commit bbacec034a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -6,18 +6,13 @@
"exposable": true, "exposable": true,
"https": true, "https": true,
"id": "portainer", "id": "portainer",
"tipi_version": 21, "tipi_version": 22,
"version": "2.20.2-alpine", "version": "2.20.3-alpine",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "", "description": "",
"short_desc": "Making Docker and Kubernetes management easy.", "short_desc": "Making Docker and Kubernetes management easy.",
"author": "portainer.io", "author": "portainer.io",
"source": "https://github.com/portainer/portainer", "source": "https://github.com/portainer/portainer",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
portainer: portainer:
image: portainer/portainer-ce:2.20.2-alpine image: portainer/portainer-ce:2.20.3-alpine
container_name: portainer container_name: portainer
restart: unless-stopped restart: unless-stopped
ports: ports: