Update version 20.0.1

This commit is contained in:
TuxGasy
2024-10-12 12:37:40 +02:00
parent aa649c470a
commit 7e6666f7e0
5 changed files with 4 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ Dolibarr is a modern software package to manage your organization's activity (co
* 17.0.4-php8.1 17.0.4 17
* 18.0.5-php8.1 18.0.5 18
* 19.0.3-php8.2 19.0.3 19
* 20.0.0-php8.2 20.0.0 20 latest
* 20.0.1-php8.2 20.0.1 20 latest
* develop
*Dolibarr versions 14 and lower are no more updated on docker hub. You can get them as standard zip package from Dolibarr official web site*

View File

@@ -9,7 +9,7 @@ FROM ${ARCH}php:8.2-apache-buster
# 2024 Laurent Destailleur
LABEL maintainer="The Dolibarr foundation <contact@dolibarr.org>"
ENV DOLI_VERSION 20.0.0
ENV DOLI_VERSION 20.0.1
ENV DOLI_VERSION_FOR_INIT_DEMO 20.0
ENV DOLI_INSTALL_AUTO 1
ENV DOLI_PROD 1

View File

@@ -3,11 +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.5" "19.0.3" "20.0.0" "develop")
DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.5" "19.0.3" "20.0.1" "develop")
# The version to use when installing dolibarr/dolibarr:latest
DOLIBARR_LATEST_TAG="20.0.0"
DOLIBARR_LATEST_TAG="20.0.1"
# The version to use to find the dump file for the init of demo with branch "develop"
DOLIBARR_VERSION_FOR_INIT_DEMO="20.0"