mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
invoice 2.4.6
This commit is contained in:
@@ -18,7 +18,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
|
||||
# DOWNLOAD AND INSTALL INVOICE NONJA
|
||||
#####
|
||||
|
||||
ENV INVOICENINJA_VERSION 2.4.4
|
||||
ENV INVOICENINJA_VERSION 2.4.6
|
||||
#ENV INVOICENINJA_SHA1 3e9b63c1681b6923dc1a24399411c1abde6ef5ea
|
||||
|
||||
RUN curl -o invoiceninja.tar.gz -SL https://github.com/hillelcoren/invoice-ninja/archive/v${INVOICENINJA_VERSION}.tar.gz \
|
||||
|
||||
@@ -5,7 +5,7 @@ db:
|
||||
MYSQL_ROOT_PASSWORD: mdp
|
||||
|
||||
app:
|
||||
image: lalop/invoice-ninja:2.4.4
|
||||
image: lalop/invoice-ninja:2.4.6
|
||||
links:
|
||||
- db:mysql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user