diff --git a/Dockerfile b/Dockerfile
index b4a42bd82273885999c6b989c4e8476c6cad6eec..e04efe7fd0c7c07d3671a4d1f44d65bfd43ed232 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ ENV REGION=$REGION
 
 # You should be able to download the Secure Agent binary from the following URL without authentication:
 
-ARG AGENT_URL="https://${POD}.${REGION}.informaticacloud.com/saas/download/linux64/installer/agent64_install_ng_ext.bin"
+ARG AGENT_URL="https://${POD}.${REGION}.informaticacloud.com/saas/download/installer/linux64/agent64_install_ng_ext.bin"
 ARG USER=agent
 ARG WORK_DIR=/home/$USER/infaagent/apps/agentcore