From 4f51237e2a5f94d3b5e96814aec4d82b7d4c0a25 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 13 Apr 2022 14:25:24 +0200 Subject: [PATCH] Bump Dolibarr version to 15.0.1 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c58a350..8f1c778 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,9 @@ ADD php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini RUN curl -sS https://getcomposer.org/installer \ | php -- --install-dir=/usr/local/bin --filename=composer -ENV DOLIBARR_VERSION=14.0.5 -RUN wget \ +ENV DOLIBARR_VERSION=15.0.1 +# ENV DOLIBARR_VERSION=14.0.5 +RUN wget -q \ -O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \ https://github.com/Dolibarr/dolibarr/archive/${DOLIBARR_VERSION}.zip