Skip to content

Commit

Permalink
chore(deps): update portainer to v2.26.1 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 21a50a4 commit 9d117ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/portainer/stack-portainer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
agent:
image: portainer/agent:2.26.0
image: portainer/agent:2.26.1
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
Expand All @@ -12,7 +12,7 @@ services:
constraints: [node.platform.os == linux]

portainer:
image: portainer/portainer-ce:2.26.0
image: portainer/portainer-ce:2.26.1
command: -H tcp://tasks.agent:9001 --tlsskipverify
ports:
- "9443:9443"
Expand Down

0 comments on commit 9d117ae

Please sign in to comment.