From eec4543953d04d52c61d668a6f8c35d6fbc85ca5 Mon Sep 17 00:00:00 2001
From: Glenn <glenux@glenux.net>
Date: Tue, 14 Feb 2023 15:51:00 +0100
Subject: [PATCH] docker: Bump version

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index d230f57..9115dad 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,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=16.0.3
+ENV DOLIBARR_VERSION=16.0.4
 # ENV DOLIBARR_VERSION=15.0.1
 RUN wget -q \
   -O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \