Skip to content

Commit 1bb488f

Browse files
committed
Run update.sh
1 parent 7d86666 commit 1bb488f

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Dolibarr is a modern software package to manage your organization's activity (co
1212
* 15.0.3-php7.4 15.0.3 15
1313
* 16.0.5-php8.1 16.0.5 16
1414
* 17.0.4-php8.1 17.0.4 17
15-
* 18.0.5-php8.1 18.0.5 18
16-
* 19.0.3-php8.2 19.0.3 19
17-
* 20.0.1-php8.2 20.0.1 20 latest
15+
* 18.0.6-php8.1 18.0.6 18
16+
* 19.0.4-php8.2 19.0.4 19
17+
* 20.0.2-php8.2 20.0.2 20 latest
1818
* develop
1919

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

images/18.0.5-php8.1/Dockerfile images/18.0.6-php8.1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM ${ARCH}php:8.1-apache-buster
99
# 2024 Laurent Destailleur
1010
LABEL maintainer="The Dolibarr foundation <[email protected]>"
1111

12-
ENV DOLI_VERSION 18.0.5
12+
ENV DOLI_VERSION 18.0.6
1313
ENV DOLI_VERSION_FOR_INIT_DEMO 18.0
1414
ENV DOLI_INSTALL_AUTO 1
1515
ENV DOLI_PROD 1
File renamed without changes.
File renamed without changes.

images/19.0.3-php8.2/Dockerfile images/19.0.4-php8.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM ${ARCH}php:8.2-apache-buster
99
# 2024 Laurent Destailleur
1010
LABEL maintainer="The Dolibarr foundation <[email protected]>"
1111

12-
ENV DOLI_VERSION 19.0.3
12+
ENV DOLI_VERSION 19.0.4
1313
ENV DOLI_VERSION_FOR_INIT_DEMO 19.0
1414
ENV DOLI_INSTALL_AUTO 1
1515
ENV DOLI_PROD 1
File renamed without changes.
File renamed without changes.

images/20.0.1-php8.2/Dockerfile images/20.0.2-php8.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM ${ARCH}php:8.2-apache-buster
99
# 2024 Laurent Destailleur
1010
LABEL maintainer="The Dolibarr foundation <[email protected]>"
1111

12-
ENV DOLI_VERSION 20.0.1
12+
ENV DOLI_VERSION 20.0.2
1313
ENV DOLI_VERSION_FOR_INIT_DEMO 20.0
1414
ENV DOLI_INSTALL_AUTO 1
1515
ENV DOLI_PROD 1
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)