Bump to 14.0.5

This commit is contained in:
Glenn Y. Rolland 2022-02-28 16:34:55 +01:00
parent 382603d2e3
commit a12dfd4f52

View file

@ -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