From c93c3aedff9e35591b14f3faaff3ceb60c41f5f3 Mon Sep 17 00:00:00 2001 From: Florent Poinsaut <1256948+FlorentPoinsaut@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:36:21 +0100 Subject: [PATCH] Upgrade to 15.0.1 (#82) --- README.md | 2 +- images/{15.0.0-php7.4 => 15.0.1-php7.4}/Dockerfile | 2 +- images/{15.0.0-php7.4 => 15.0.1-php7.4}/docker-run.sh | 0 versions.sh | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename images/{15.0.0-php7.4 => 15.0.1-php7.4}/Dockerfile (98%) rename images/{15.0.0-php7.4 => 15.0.1-php7.4}/docker-run.sh (100%) diff --git a/README.md b/README.md index 7179402..83c6fcb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Docker image for Dolibarr with auto installer on first boot. * 12.0.5-php7.4 12.0.5 12 * 13.0.4-php7.4 13.0.4 13 * 14.0.5-php7.4 14.0.5 14 -* 15.0.0-php7.4 15.0.0 15 latest +* 15.0.1-php7.4 15.0.1 15 latest * develop **End of support for PHP < 7.3** diff --git a/images/15.0.0-php7.4/Dockerfile b/images/15.0.1-php7.4/Dockerfile similarity index 98% rename from images/15.0.0-php7.4/Dockerfile rename to images/15.0.1-php7.4/Dockerfile index c6c9ec5..5ecf952 100644 --- a/images/15.0.0-php7.4/Dockerfile +++ b/images/15.0.1-php7.4/Dockerfile @@ -55,7 +55,7 @@ RUN apt-get update -y \ && docker-php-ext-install imap \ && mv ${PHP_INI_DIR}/php.ini-production ${PHP_INI_DIR}/php.ini -ENV DOLI_VERSION 15.0.0 +ENV DOLI_VERSION 15.0.1 # Get Dolibarr RUN curl -fLSs https://github.com/Dolibarr/dolibarr/archive/${DOLI_VERSION}.tar.gz |\ diff --git a/images/15.0.0-php7.4/docker-run.sh b/images/15.0.1-php7.4/docker-run.sh similarity index 100% rename from images/15.0.0-php7.4/docker-run.sh rename to images/15.0.1-php7.4/docker-run.sh diff --git a/versions.sh b/versions.sh index aeea59e..ad9d570 100644 --- a/versions.sh +++ b/versions.sh @@ -2,5 +2,5 @@ set -e -DOLIBARR_VERSIONS=( "9.0.4" "10.0.7" "11.0.5" "12.0.5" "13.0.4" "14.0.5" "15.0.0" "develop" ) -DOLIBARR_LATEST_TAG="15.0.0" +DOLIBARR_VERSIONS=( "9.0.4" "10.0.7" "11.0.5" "12.0.5" "13.0.4" "14.0.5" "15.0.1" "develop" ) +DOLIBARR_LATEST_TAG="15.0.1"