From d1e81d12be9d8330a9273dbeef72163db977655d Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 5 Feb 2024 15:32:03 +0100 Subject: [PATCH] Bump version to 18.0.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a8261b..3821e33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN curl -sS https://getcomposer.org/installer \ | php -- --install-dir=/usr/local/bin --filename=composer ENV DOLIBARR_VERSION=18.0.4 -ENV DOLIBARR_VERSION=17.0.2 +# ENV DOLIBARR_VERSION=17.0.2 # ENV DOLIBARR_VERSION=16.0.4 RUN wget -q \ -O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \