diff --git a/Dockerfile b/Dockerfile index eea0f66..89057c7 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_6_1_0.zip" +ARG FILE_LOCATION="https://ispyfiles.azureedge.net/downloads/Agent_Linux64_5_7_3_0.zip" ENV FILE_LOCATION_SET=${FILE_LOCATION:+true}