Update RUNBOOK MCP example to use pinned version tags
Replace :latest with :v1.1.0 in the MCP service definition example to match the new platform convention of explicit version pinning. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -361,7 +361,7 @@ active = true
|
||||
|
||||
[[components]]
|
||||
name = "api"
|
||||
image = "mcr.svc.mcp.metacircular.net:8443/mcr:latest"
|
||||
image = "mcr.svc.mcp.metacircular.net:8443/mcr:v1.1.0"
|
||||
network = "mcpnet"
|
||||
user = "0:0"
|
||||
restart = "unless-stopped"
|
||||
@@ -371,7 +371,7 @@ cmd = ["server", "--config", "/srv/mcr/mcr.toml"]
|
||||
|
||||
[[components]]
|
||||
name = "web"
|
||||
image = "mcr.svc.mcp.metacircular.net:8443/mcr-web:latest"
|
||||
image = "mcr.svc.mcp.metacircular.net:8443/mcr-web:v1.1.0"
|
||||
network = "mcpnet"
|
||||
user = "0:0"
|
||||
restart = "unless-stopped"
|
||||
|
||||
Reference in New Issue
Block a user