From c1fde99ad4f90e384fd77de56ea4148280c79266 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 23 Jul 2017 10:35:03 +0200 Subject: [PATCH] 3.5.1 --- Dockerfile | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2921153..a330f66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local # DOWNLOAD AND INSTALL INVOICE NINJA ##### -ENV INVOICENINJA_VERSION 3.5.0 +ENV INVOICENINJA_VERSION 3.5.1 RUN curl -o invoiceninja.tar.gz -SL https://github.com/hillelcoren/invoice-ninja/archive/v${INVOICENINJA_VERSION}.tar.gz \ && tar -xzf invoiceninja.tar.gz -C /var/www/ \ diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 07a0fb7..e6a23cd 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -42,7 +42,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local # DOWNLOAD AND INSTALL INVOICE NINJA ##### -ENV INVOICENINJA_VERSION 3.5.0 +ENV INVOICENINJA_VERSION 3.5.1 RUN curl -o invoiceninja.tar.gz -SL https://github.com/hillelcoren/invoice-ninja/archive/v${INVOICENINJA_VERSION}.tar.gz \ && tar -xzf invoiceninja.tar.gz -C /var/www/ \