From 45e0948b928c030d388127079282ba75046ce365 Mon Sep 17 00:00:00 2001 From: glenux Date: Sun, 5 Mar 2023 12:49:48 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9115dad..d341f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# FROM php:8.0-apache-buster -FROM php:7.4-apache-buster +FROM php:8.1-apache-buster +# FROM php:7.4-apache-buster MAINTAINER Glenn ROLLAND @@ -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.4 +ENV DOLIBARR_VERSION=17.0.0 # ENV DOLIBARR_VERSION=15.0.1 RUN wget -q \ -O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \