Skip to content

Commit ecdceb1

Browse files
committed
update to 18.0.6
1 parent 3a58f9a commit ecdceb1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN set -eux; \
7070
rm -rf /var/www/localhost/htdocs; \
7171
ln -s /var/www/html /var/www/localhost/htdocs
7272

73-
ENV DOLI_VERSION 18.0.5
73+
ENV DOLI_VERSION 18.0.6
7474

7575
ENV DOLI_DB_TYPE mysqli
7676
ENV DOLI_DB_HOST db

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ services:
2020
- MYSQL_RANDOM_ROOT_PASSWORD=yes
2121

2222
dolibarr:
23-
image: upshift/dolibarr:latest
23+
#image: upshift/dolibarr:latest
24+
image: dolibarr:latest
2425
restart: always
2526
depends_on:
2627
- mariadb

0 commit comments

Comments
 (0)