From 2932f92f4c29ed1bb2001cd1d041ea342e357beb Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 14 Nov 2017 15:24:03 +0100 Subject: [PATCH] 3.9.1 --- Dockerfile | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ec37a0..6d33208 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.9.0 +ENV INVOICENINJA_VERSION 3.9.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 d208362..855197a 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.9.0 +ENV INVOICENINJA_VERSION 3.9.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/ \