This commit is contained in:
parent
0632220a79
commit
4719fe9e62
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# FROM php:8.1-apache-buster
|
FROM php:8.1-apache-buster
|
||||||
FROM php:7.4-apache-buster
|
# FROM php:7.4-apache-buster
|
||||||
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
|
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ 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=17.0.0
|
ENV DOLIBARR_VERSION=17.0.0
|
||||||
ENV DOLIBARR_VERSION=16.0.4
|
# ENV DOLIBARR_VERSION=16.0.4
|
||||||
# ENV DOLIBARR_VERSION=15.0.1
|
# ENV DOLIBARR_VERSION=15.0.1
|
||||||
RUN wget -q \
|
RUN wget -q \
|
||||||
-O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \
|
-O /tmp/dolibarr-${DOLIBARR_VERSION}.zip \
|
||||||
|
|
Loading…
Reference in a new issue