From 0632220a796ec1738b04a9360f8dd8dcc91f3ee7 Mon Sep 17 00:00:00 2001 From: Glenn Date: Wed, 15 Mar 2023 10:52:00 +0100 Subject: [PATCH] Unbump version to 16.0.4 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb1ddc9..85de7db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,8 @@ 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=17.0.0 +# ENV DOLIBARR_VERSION=17.0.0 +ENV DOLIBARR_VERSION=16.0.4 # ENV DOLIBARR_VERSION=15.0.1 RUN wget -q \ -O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \