Skip to content

Commit

Permalink
chore(deps): update portainer/portainer-ce docker tag to v2.21.2 (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 24, 2024
1 parent 14abd46 commit d3b950e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/portainer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"https": true,
"id": "portainer",
"tipi_version": 24,
"version": "2.21.1-alpine",
"tipi_version": 25,
"version": "2.21.2-alpine",
"categories": ["utilities"],
"description": "",
"short_desc": "Making Docker and Kubernetes management easy.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1725928195000
"updated_at": 1727151064000
}
2 changes: 1 addition & 1 deletion apps/portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
portainer:
image: portainer/portainer-ce:2.21.1-alpine
image: portainer/portainer-ce:2.21.2-alpine
container_name: portainer
restart: unless-stopped
ports:
Expand Down

0 comments on commit d3b950e

Please sign in to comment.