Skip to content

Commit

Permalink
Version bump to 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Mar 10, 2020
1 parent 5ee473a commit 4bd3aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.13/Leantime-V2.0.13.tar.gz && \
tar -zxvf Leantime-V2.0.13.tar.gz --strip-components 1
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 chown www-data -R .

Expand Down

0 comments on commit 4bd3aad

Please sign in to comment.