mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 02:18:36 +02:00
Merge pull request #6995 from penpot/yms-update-imagemagick-version
🐳 Update Imagemagick version
This commit is contained in:
commit
001bcbce59
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ RUN set -ex; \
|
|||
|
||||
COPY --from=build /opt/jre /opt/jre
|
||||
COPY --from=build /opt/node /opt/node
|
||||
COPY --from=penpotapp/imagemagick:7.1.1-47 /opt/imagick /opt/imagick
|
||||
COPY --from=penpotapp/imagemagick:7.1.2-0 /opt/imagick /opt/imagick
|
||||
COPY --chown=penpot:penpot ./bundle-backend/ /opt/penpot/backend/
|
||||
|
||||
USER penpot:penpot
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue