From e5940dcf5a2acc60ebc9e767551d8b9939527ccb Mon Sep 17 00:00:00 2001 From: kczauz Date: Fri, 13 Apr 2018 11:23:00 -0400 Subject: [PATCH] update to latest version of projectsend update to version 1053 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74a4521..38c49c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -130,7 +130,7 @@ RUN \ rm /var/www/localhost/htdocs/index.html && \ curl -o \ /tmp/ProjectSend.tar.gz -L \ - "https://codeload.github.com/ignacionelson/ProjectSend/tar.gz/r756" && \ + "https://codeload.github.com/ignacionelson/ProjectSend/tar.gz/r1053" && \ tar -zxf \ /tmp/ProjectSend.tar.gz --strip-components=1 -C /var/www/localhost/htdocs/ && \ mv /var/www/localhost/htdocs/upload /defaults/ && \