Docker: Upgrade libheif from v1.18.2 to v1.19.3 #4631

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-11-18 19:10:45 +01:00
parent ef430bbe6c
commit 4307103bf9
2 changed files with 11 additions and 11 deletions

View file

@ -15,7 +15,7 @@ fi
DESTDIR=$(realpath "${1:-/usr/local}")
# In addition, you can specify a custom version to be installed as the second argument.
LIBHEIF_VERSION=${2:-v1.18.2}
LIBHEIF_VERSION=${2:-v1.19.3}
# Determine the system architecture.
if [[ $PHOTOPRISM_ARCH ]]; then