diff --git a/podman-framadate/container/Containerfile b/podman-framadate/container/Containerfile index c86d3c3..7289451 100644 --- a/podman-framadate/container/Containerfile +++ b/podman-framadate/container/Containerfile @@ -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