This commit is contained in:
Sam
2018-07-19 18:48:16 +02:00
parent 9625d9d9d0
commit 1ab7bc02d6
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ RUN { \
# DOWNLOAD AND INSTALL INVOICE NINJA
#####
ENV INVOICENINJA_VERSION 4.5.0
ENV INVOICENINJA_VERSION 4.5.1
RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \
&& ls . \

View File

@@ -41,7 +41,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
# DOWNLOAD AND INSTALL INVOICE NINJA
#####
ENV INVOICENINJA_VERSION 4.5.0
ENV INVOICENINJA_VERSION 4.5.1
ENV COMPOSER_ALLOW_SUPERUSER=1