This commit is contained in:
Samuel Laulhau
2019-10-28 09:31:53 +01:00
parent 26a71f7f1f
commit a963db2b63
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ RUN { \
# DOWNLOAD AND INSTALL INVOICE NINJA
#####
ENV INVOICENINJA_VERSION 4.5.15
ENV INVOICENINJA_VERSION 4.5.16
RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \
&& unzip -q ninja.zip -d /var/www/ \

View File

@@ -36,7 +36,7 @@ RUN { \
# DOWNLOAD AND INSTALL INVOICE NINJA
#####
ENV INVOICENINJA_VERSION 4.5.15
ENV INVOICENINJA_VERSION 4.5.16
RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \
&& unzip ninja.zip -d /var/www/ \