This commit is contained in:
parent
0ad4ab4472
commit
83bb0658c5
1 changed files with 1 additions and 1 deletions
|
@ -35,9 +35,9 @@ ADD php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini
|
||||||
RUN curl -sS https://getcomposer.org/installer \
|
RUN curl -sS https://getcomposer.org/installer \
|
||||||
| php -- --install-dir=/usr/local/bin --filename=composer
|
| php -- --install-dir=/usr/local/bin --filename=composer
|
||||||
|
|
||||||
|
ENV DOLIBARR_VERSION=18.0.4
|
||||||
ENV DOLIBARR_VERSION=17.0.2
|
ENV DOLIBARR_VERSION=17.0.2
|
||||||
# ENV DOLIBARR_VERSION=16.0.4
|
# ENV DOLIBARR_VERSION=16.0.4
|
||||||
# ENV DOLIBARR_VERSION=15.0.1
|
|
||||||
RUN wget -q \
|
RUN wget -q \
|
||||||
-O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \
|
-O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \
|
||||||
https://github.com/Dolibarr/dolibarr/archive/${DOLIBARR_VERSION}.zip
|
https://github.com/Dolibarr/dolibarr/archive/${DOLIBARR_VERSION}.zip
|
||||||
|
|
Loading…
Reference in a new issue