Skip to content

Commit

Permalink
Merge branch 'tuxgasy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
freechelmi authored Feb 27, 2023
2 parents e97291c + 421eb66 commit 1cbb85d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Docker image for Dolibarr with auto installer on first boot.
* 13.0.4-php7.4 13.0.4 13
* 14.0.5-php7.4 14.0.5 14
* 15.0.3-php7.4 15.0.3 15
* 16.0.3-php8.1 16.0.3 16 latest
* 16.0.4-php8.1 16.0.4 16 latest
* develop

**End of support for PHP < 7.4**
Expand Down
1 change: 1 addition & 0 deletions examples/with-mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
MYSQL_DATABASE: "dolibarr"
MYSQL_USER: "dolibarr"
MYSQL_PASSWORD: "mysupersecretpasswordfordatabase"
MYSQL_ROOT_PASSWORD: "mysupersupersecretpasswordforrootuser"
volumes:
- mysql-data:/var/lib/mysql
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${ARCH}php:8.1-apache-buster

LABEL maintainer="Garcia MICHEL <[email protected]>"

ENV DOLI_VERSION 16.0.3
ENV DOLI_VERSION 16.0.4
ENV DOLI_INSTALL_AUTO 1

ENV DOLI_DB_TYPE mysqli
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e

DOLIBARR_VERSIONS=( "11.0.5" "12.0.5" "13.0.4" "14.0.5" "15.0.3" "16.0.3" "develop" )
DOLIBARR_LATEST_TAG="16.0.3"
DOLIBARR_VERSIONS=( "11.0.5" "12.0.5" "13.0.4" "14.0.5" "15.0.3" "16.0.4" "develop" )
DOLIBARR_LATEST_TAG="16.0.4"

0 comments on commit 1cbb85d

Please sign in to comment.