diff testbench-node/Dockerfile @ 578:0fd261e85cea production v2.18.0

flow: Merged <release> '2.18.0' to <master> ('production').
author Marc Davis <marc.davis@mcoecn.org>
date Wed, 04 Sep 2024 12:55:22 -0400
parents 9afc8cb478f6
children
line wrap: on
line diff
--- a/testbench-node/Dockerfile	Wed Jul 17 13:23:33 2024 -0400
+++ b/testbench-node/Dockerfile	Wed Sep 04 12:55:22 2024 -0400
@@ -7,7 +7,7 @@
 # Install PhantomJS
 RUN mkdir /phantom
 WORKDIR /phantom
-ADD http://files.ssdt.io/phantomjs-2.1.1-linux-x86_64.tar /phantom/phantomjs.tar
+ADD http://files.ssdt-ohio.org/phantomjs-2.1.1-linux-x86_64.tar /phantom/phantomjs.tar
 RUN 	tar -xf phantomjs.tar \
 		&& 	mv $(find /phantom -name phantomjs) /bin \
 		&& rm -rf /phantom