Skip to content

Commit

Permalink
Merge pull request #25 from tuxgasy/20.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful authored Oct 13, 2024
2 parents aa649c4 + 7e6666f commit ccc7d5c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ${ARCH}php:8.2-apache-buster
# 2024 Laurent Destailleur
LABEL maintainer="The Dolibarr foundation <[email protected]>"

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
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ccc7d5c

Please sign in to comment.