From 3e15fb65e97cdb7dc8d4cf03e301885a39253e66 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Wed, 25 Oct 2023 22:38:52 +0200 Subject: [PATCH] framadate : smarty 4.3+ --- podman-framadate/container/Containerfile | 1 + 1 file changed, 1 insertion(+) 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