From a12dfd4f52faef52063cd721e590bdebe04762ca Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 28 Feb 2022 16:34:55 +0100 Subject: [PATCH] Bump to 14.0.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d45191..6afd2b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ 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.1 +ENV DOLIBARR_VERSION=14.0.5 RUN wget \ -O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \ https://github.com/Dolibarr/dolibarr/archive/${DOLIBARR_VERSION}.zip