🐳 Update Imagemagick version

This commit is contained in:
Yamila Moreno
2025-07-29 10:33:10 +02:00
parent f5298f51e7
commit c195c07a3f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export DEVENV_PNAME="penpotdev";
export CURRENT_USER_ID=$(id -u);
export CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD);
export IMAGEMAGICK_VERSION=7.1.1-47
export IMAGEMAGICK_VERSION=7.1.2-0
# Safe directory to avoid ownership errors with Git
git config --global --add safe.directory /home/penpot/penpot || true