framadate : smarty 4.3+

This commit is contained in:
Gitouche 2023-10-25 22:38:52 +02:00
parent 5e3b56d759
commit 3e15fb65e9
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 0
WORKDIR /var/www/framadate
RUN git clone -b $version --depth=1 https://framagit.org/framasoft/framadate/framadate.git .
RUN sed -i -e 's|"smarty/smarty": "^4.0",|"smarty/smarty": "^4.3",|' /var/www/framadate/composer.json
RUN chown -R 33:33 .
# Some Apache and PHP configuration