Upgrade to 15.0.1 (#82)

This commit is contained in:
Florent Poinsaut
2022-03-24 16:36:21 +01:00
committed by GitHub
parent 9de566c234
commit c93c3aedff
4 changed files with 4 additions and 4 deletions

View File

@@ -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**

View File

@@ -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 |\

View File

@@ -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"