From dc2f7c95eb3da24c31ee70f3beeb1c98599a5a1c Mon Sep 17 00:00:00 2001 From: Kevin Reed <22824141+TheAspens@users.noreply.github.com> Date: Tue, 9 Oct 2018 15:37:33 -0500 Subject: [PATCH] Update link to download psysh --- images/apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/apache/Dockerfile b/images/apache/Dockerfile index 5c1a061..dcf08b5 100644 --- a/images/apache/Dockerfile +++ b/images/apache/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update \ supervisor \ vim-tiny \ wget \ - && wget https://git.io/psysh -O /usr/bin/psysh \ + && wget https://psysh.org/psysh -O /usr/bin/psysh \ && chmod +x /usr/bin/psysh \ && rm -rf /var/lib/apt/lists