Skip to content

Commit

Permalink
chore(deps): update portainer/agent docker tag to v2.20.3 (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 90205e9 commit ae5904f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/portainer-agent/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "portainer-agent",
"version": "2.20.2",
"version": "2.20.3",
"image": "portainer/agent",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/portainer-agent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Main Portainer Agent Server service configuration
app:
container_name: portainer-agent # Name of the running container
image: portainer/agent:2.20.2 # Image to be used
image: portainer/agent:2.20.3 # Image to be used
network_mode: bridge # Network mode to be used
ports: # Port mapping between host and container
- 9001:9001
Expand Down

0 comments on commit ae5904f

Please sign in to comment.