This commit is contained in:
Samuel Laulhau
2019-12-03 16:34:22 +01:00
parent 7a45036c72
commit 482b30b677
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.16
ENV INVOICENINJA_VERSION 4.5.17
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.16
ENV INVOICENINJA_VERSION 4.5.17
RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \
&& unzip ninja.zip -d /var/www/ \