From a963db2b63815d2d8c9e1b32f83d68856376772f Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Mon, 28 Oct 2019 09:31:53 +0100 Subject: [PATCH] 4.5.16 --- Dockerfile | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 843b809..7698501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ \ diff --git a/alpine/Dockerfile b/alpine/Dockerfile index b6a8845..5d50749 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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/ \