Skip to content

Commit

Permalink
Version Bump to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Apr 29, 2020
1 parent fa2d3d6 commit b73ca7b
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.15/Leantime-V2.0.15.tar.gz && \
tar -zxvf Leantime-V2.0.15.tar.gz --strip-components 1
RUN curl -LJO https://github.com/Leantime/leantime/releases/download/v2.1/Leantime-V2.1.tar.gz && \
tar -zxvf Leantime-V2.1.tar.gz --strip-components 1

RUN chown www-data -R .

Expand Down

0 comments on commit b73ca7b

Please sign in to comment.