Bump dolibarr version to 19.0.2

This commit is contained in:
Glenn Y. Rolland 2024-08-06 15:49:54 +02:00
parent b5c4f8fbc0
commit 6f7c494d14

View file

@ -1,4 +1,4 @@
FROM php:8.1-apache-buster FROM php:8.1-apache-bookworm
# FROM php:7.4-apache-buster # FROM php:7.4-apache-buster
MAINTAINER Glenn ROLLAND <glenux@glenux.net> MAINTAINER Glenn ROLLAND <glenux@glenux.net>
@ -35,7 +35,7 @@ COPY php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini
RUN curl -sS https://getcomposer.org/installer \ RUN curl -sS https://getcomposer.org/installer \
| php -- --install-dir=/usr/local/bin --filename=composer | php -- --install-dir=/usr/local/bin --filename=composer
ENV DOLIBARR_VERSION=19.0.1 ENV DOLIBARR_VERSION=19.0.2
# ENV DOLIBARR_VERSION=18.0.4 # ENV DOLIBARR_VERSION=18.0.4
# ENV DOLIBARR_VERSION=17.0.2 # ENV DOLIBARR_VERSION=17.0.2
# ENV DOLIBARR_VERSION=16.0.4 # ENV DOLIBARR_VERSION=16.0.4