Skip to content

Commit

Permalink
Update alpine to 3.19.1 and imagemagick to 7.1.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Mar 29, 2024
1 parent 9f05b08 commit d2a04ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ target "imagemagick-common" {
# It will be the digest printed when you do: docker pull alpine:3.17.1
# Not the one displayed on DockerHub.
# N.B. This should match the value used in <https://github.com/Islandora-Devops/isle-buildkit>
alpine = "docker-image://alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978"
alpine = "docker-image://alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b"
}
}

Expand Down
5 changes: 3 additions & 2 deletions imagemagick/build/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=imagemagick
_pkgname=ImageMagick
pkgver=7.1.1.23
pkgver=7.1.1.26
pkgrel=0
_pkgver=${pkgver%.*}-${pkgver##*.}
_abiver=7
Expand Down Expand Up @@ -284,6 +284,7 @@ webp() {
amove usr/lib/ImageMagick-*/modules-*/coders/webp.*
}


sha512sums="
a6d88de2bbecfa53af565de7df89271c85e79c77ad34be5c3bd79254286a9477a71bf847219168e4fc0b9f354378569c7788b52c75d4daab0e692825d33eac08 ImageMagick-7.1.1-23.tar.xz
55b93b30781b3a5d90e43caf33dd55bdc6b8e2e0ed11fcbee64ba4d2d98a73b41c9cfc7efafb7efca1bca5bcf27d98862d05ab524b09a4047a49f3d8f6a098a7 ImageMagick-7.1.1-26.tar.xz
"

0 comments on commit d2a04ab

Please sign in to comment.