Skip to content

Commit

Permalink
chore(deps): update portainer/portainer-ce docker tag to v2.26.1 (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 19f2eae commit fc073ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/portainer/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "portainer",
"version": "2.26.0-alpine",
"version": "2.26.1-alpine",
"image": "portainer/portainer-ce",
"youtube": "https://youtu.be/GW4_OALLI_s",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Main Portainer service configuration
app:
container_name: big-bear-portainer # Name of the running container
image: portainer/portainer-ce:2.26.0-alpine # Image to be used
image: portainer/portainer-ce:2.26.1-alpine # Image to be used
network_mode: bridge # Network mode to be used
ports: # Port mapping between host and container
- 8000:8000
Expand Down

0 comments on commit fc073ec

Please sign in to comment.