From 8dd6b0dc494a08cecbe5601f2f007691c6adc547 Mon Sep 17 00:00:00 2001 From: Laurent Paumier Date: Mon, 19 Aug 2024 20:07:31 +0200 Subject: [PATCH] update to 19.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 237a4cb..cbc60f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN set -eux; \ rm -rf /var/www/localhost/htdocs; \ ln -s /var/www/html /var/www/localhost/htdocs -ENV DOLI_VERSION 19.0.2 +ENV DOLI_VERSION 19.0.3 ENV DOLI_DB_TYPE mysqli ENV DOLI_DB_HOST db