From d5bb522953e1e77e4e905835afb1eccba5ca3567 Mon Sep 17 00:00:00 2001 From: Victor Vladimir Murillo Guerrero Date: Sat, 4 Jul 2020 14:43:49 -0500 Subject: [PATCH] Change dead link --- Dockerfile.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.app b/Dockerfile.app index bbe188c..daa5b01 100644 --- a/Dockerfile.app +++ b/Dockerfile.app @@ -21,7 +21,7 @@ RUN \ # Download and install Talend Open Studio in /opt RUN mkdir -p /opt \ && cd /tmp \ - && curl -SL https://s3-ap-southeast-2.amazonaws.com/imos-binary/static/talend/TOS_DI-20200219_1130-V7.3.1.zip -O \ + && curl -SL https://razaoinfo.dl.sourceforge.net/project/talend-studio/Talend%20Open%20Studio/7.3.1/TOS_DI-20200219_1130-V7.3.1.zip -O \ && unzip -d /opt /tmp/TOS_DI-20200219_1130-V7.3.1.zip \ && rm /tmp/TOS_DI-20200219_1130-V7.3.1.zip