diff --git a/docker-run.sh b/docker-run.sh old mode 100755 new mode 100644 diff --git a/images/15.0.3-php7.4/docker-run.sh b/images/15.0.3-php7.4/docker-run.sh old mode 100755 new mode 100644 diff --git a/images/16.0.5-php8.1/docker-run.sh b/images/16.0.5-php8.1/docker-run.sh old mode 100755 new mode 100644 diff --git a/images/17.0.4-php8.1/docker-run.sh b/images/17.0.4-php8.1/docker-run.sh old mode 100755 new mode 100644 diff --git a/images/18.0.6-php8.1/docker-run.sh b/images/18.0.6-php8.1/docker-run.sh old mode 100755 new mode 100644 diff --git a/images/19.0.4-php8.2/docker-run.sh b/images/19.0.4-php8.2/docker-run.sh old mode 100755 new mode 100644 diff --git a/images/20.0.3-php8.2/Dockerfile b/images/20.0.4-php8.2/Dockerfile similarity index 99% rename from images/20.0.3-php8.2/Dockerfile rename to images/20.0.4-php8.2/Dockerfile index d434f00..8cf54a0 100644 --- a/images/20.0.3-php8.2/Dockerfile +++ b/images/20.0.4-php8.2/Dockerfile @@ -9,7 +9,7 @@ FROM ${ARCH}php:8.2-apache-bullseye # 2024 Laurent Destailleur LABEL maintainer="The Dolibarr foundation " -ENV DOLI_VERSION 20.0.3 +ENV DOLI_VERSION 20.0.4 ENV DOLI_VERSION_FOR_INIT_DEMO 20.0 ENV DOLI_INSTALL_AUTO 1 ENV DOLI_PROD 1 diff --git a/images/20.0.3-php8.2/docker-init.php b/images/20.0.4-php8.2/docker-init.php similarity index 100% rename from images/20.0.3-php8.2/docker-init.php rename to images/20.0.4-php8.2/docker-init.php diff --git a/images/20.0.3-php8.2/docker-run.sh b/images/20.0.4-php8.2/docker-run.sh old mode 100755 new mode 100644 similarity index 100% rename from images/20.0.3-php8.2/docker-run.sh rename to images/20.0.4-php8.2/docker-run.sh diff --git a/images/develop/docker-run.sh b/images/develop/docker-run.sh old mode 100755 new mode 100644 diff --git a/test.sh b/test.sh old mode 100755 new mode 100644 diff --git a/update.sh b/update.sh old mode 100755 new mode 100644 diff --git a/versions.sh b/versions.sh index 9e9ebb9..531c5ba 100644 --- a/versions.sh +++ b/versions.sh @@ -3,10 +3,10 @@ set -e # The list of version to build docker packages for -DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.6" "19.0.4" "20.0.3" "develop") +DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.6" "19.0.4" "20.0.4" "develop") # The version to use when installing dolibarr/dolibarr:latest -DOLIBARR_LATEST_TAG="20.0.3" +DOLIBARR_LATEST_TAG="20.0.4" # The version to use to find the dump file for the init of demo with branch "develop" DOLIBARR_VERSION_FOR_INIT_DEMO="20.0"