Unbump version to 16.0.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
71e2ce8db5
commit
0632220a79
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ ADD php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini
|
|||
RUN curl -sS https://getcomposer.org/installer \
|
||||
| php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
ENV DOLIBARR_VERSION=17.0.0
|
||||
# ENV DOLIBARR_VERSION=17.0.0
|
||||
ENV DOLIBARR_VERSION=16.0.4
|
||||
# ENV DOLIBARR_VERSION=15.0.1
|
||||
RUN wget -q \
|
||||
-O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \
|
||||
|
|
Loading…
Reference in a new issue