From 9121e8e69cbbc55e924986f3fd6730924e4d4445 Mon Sep 17 00:00:00 2001 From: cong meng Date: Fri, 17 Sep 2021 17:22:21 +1200 Subject: [PATCH] fix(UI) EE-1657 Fix the agent version number in the UI (#5619) Co-authored-by: Simon Meng --- app/portainer/views/endpoints/edit/endpointController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/portainer/views/endpoints/edit/endpointController.js b/app/portainer/views/endpoints/edit/endpointController.js index f28cb28c9..0e173188c 100644 --- a/app/portainer/views/endpoints/edit/endpointController.js +++ b/app/portainer/views/endpoints/edit/endpointController.js @@ -283,7 +283,7 @@ docker run -d \\ -e CAP_HOST_MANAGEMENT=1 \\ -e EDGE_INSECURE_POLL=${allowSelfSignedCerts ? 1 : 0} \\ --name portainer_edge_agent \\ - portainer/agent:2.4.0`; + portainer/agent`; } function buildWindowsStandaloneCommand(edgeId, edgeKey, allowSelfSignedCerts) {