This commit is contained in:
Sam
2019-03-04 21:04:24 +01:00
parent 961282a90e
commit 6b0182e712
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.10
ENV INVOICENINJA_VERSION 4.5.11
RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \
&& unzip ninja.zip -d /var/www/ \

View File

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