From 25eb0b02060510323f39c45bc984c010468fbe9a Mon Sep 17 00:00:00 2001 From: glenux Date: Tue, 15 Apr 2025 16:30:42 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index faa6b33..323a205 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,8 @@ COPY 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=20.0.3 +ENV DOLIBARR_VERSION=21.0.1 +# ENV DOLIBARR_VERSION=20.0.3 # ENV DOLIBARR_VERSION=19.0.2 # ENV DOLIBARR_VERSION=18.0.4 # ENV DOLIBARR_VERSION=17.0.2