From fa2d3d602cc4178527b4a650fbe88e58f200b163 Mon Sep 17 00:00:00 2001 From: Marcel Folaron <47038998+marcelfolaron@users.noreply.github.com> Date: Fri, 27 Mar 2020 07:47:37 -0700 Subject: [PATCH] Update version to 2.0.15 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index da85048..abedd67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,8 @@ RUN docker-php-ext-install gd RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -RUN curl -LJO https://github.com/Leantime/leantime/releases/download/v2.0.14/Leantime-V2.0.14.tar.gz && \ - tar -zxvf Leantime-V2.0.14.tar.gz --strip-components 1 +RUN curl -LJO https://github.com/Leantime/leantime/releases/download/v2.0.15/Leantime-V2.0.15.tar.gz && \ + tar -zxvf Leantime-V2.0.15.tar.gz --strip-components 1 RUN chown www-data -R .