From ca71ba392f2a0eb4858de57b9a58c37918e836aa Mon Sep 17 00:00:00 2001
From: GitHub Action <action@github.com>
Date: Fri, 22 Mar 2024 16:03:03 +0000
Subject: [PATCH] Update ARG FILE_LOCATION from
 "https://ispyfiles.azureedge.net/downloads/Agent_Linux64_5_3_2_0.zip" to
 "https://ispyfiles.azureedge.net/downloads/Agent_Linux64_5_3_4_0.zip"

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 51faf66..cd666f2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
 
 # Define download location variables
 
-ARG FILE_LOCATION="https://ispyfiles.azureedge.net/downloads/Agent_Linux64_5_3_2_0.zip"
+ARG FILE_LOCATION="https://ispyfiles.azureedge.net/downloads/Agent_Linux64_5_3_4_0.zip"
 
 
 ENV FILE_LOCATION_SET=${FILE_LOCATION:+true}