From 5e59ec10e318a11f68cdb416c339ac602b876810 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 26 Mar 2019 09:59:53 +0100 Subject: [PATCH] 4.5.12 --- Dockerfile | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1bf71d..6cc5516 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN { \ # DOWNLOAD AND INSTALL INVOICE NINJA ##### -ENV INVOICENINJA_VERSION 4.5.11 +ENV INVOICENINJA_VERSION 4.5.12 RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \ && unzip ninja.zip -d /var/www/ \ diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 1c6915e..0de6f09 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -35,7 +35,7 @@ RUN { \ # DOWNLOAD AND INSTALL INVOICE NINJA ##### -ENV INVOICENINJA_VERSION 4.5.11 +ENV INVOICENINJA_VERSION 4.5.12 RUN curl -o ninja.zip -SL https://download.invoiceninja.com/ninja-v${INVOICENINJA_VERSION}.zip \ && unzip ninja.zip -d /var/www/ \