From c97fd64020be18a80378a52f6184db0f66a4fce8 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 30 Jun 2017 14:45:02 +0200 Subject: [PATCH] 3.4.2 --- Dockerfile | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4d5fe64..a250ed9 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.4.1 +ENV INVOICENINJA_VERSION 3.4.2 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 a1f0825..8c5f525 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.4.1 +ENV INVOICENINJA_VERSION 3.4.2 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/ \