Skip to content

Commit

Permalink
update ImageMagick to 7.1.1-5 (see #66971)
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-pf committed Mar 28, 2023
1 parent 579a8c4 commit 81589b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.13.2
FROM alpine:latest

RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.10/main" >> /etc/apk/repositories
#RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.10/main" >> /etc/apk/repositories

RUN apk update && \
apk upgrade && \
Expand Down Expand Up @@ -67,4 +67,4 @@ RUN cd /volumedata && \
abuild && \
tar -czvf /home/dev/imagemagick.tar.gz -C /home/dev/packages .

ENTRYPOINT [ "watch", "-n", "1", "ls", "-l", "/home/dev/packages/x86_64/" ]
ENTRYPOINT [ "watch", "-n", "1", "ls", "-l", "/home/dev/packages/x86_64/" ]
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: "3"
services:
test-alpine:
image: alpine:3.13.2
image: alpine:3.17.2
container_name: imagemagick-test
command:
- "sh"
- "-c"
- "/entrypoint.sh"
volumes:
- "./entrypoint.sh:/entrypoint.sh"
- ./output/imagemagick.tar.gz:/imagemagick.tar.gz
- ./output/imagemagick.tar.gz:/imagemagick.tar.gz
4 changes: 2 additions & 2 deletions volumes/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Modified by: Leon Steinhäuser <leon.steinhaeuser@fylr.io>
pkgname=imagemagick-custom
_pkgname=ImageMagick
pkgver=7.0.11.2
pkgver=7.1.1.5
pkgrel=0
_pkgver=${pkgver%.*}-${pkgver##*.}
_abiver=7
Expand Down Expand Up @@ -195,4 +195,4 @@ _perlmagick_doc() {
make -j1 DESTDIR="$subpkgdir" doc_vendor_install
}

sha512sums="6c62de294011b54557f9605af1b13034ac139c7b4d1481e098cd4a6eadc2bf953bb70cdb289b9067eae2aed200b8d577fa13bc27124e63c7760395bc965a676d ImageMagick-7.0.11-2.tar.gz"
sha512sums="1cd590c7043e0c925a110fd9bd0140cba248909a9555d24727b58d80d479ed1f7a2526e39ed94c9fb22241768f625f55c01692acc324876cb4f3020157ebb624 ImageMagick-7.1.1-5.tar.gz"

0 comments on commit 81589b7

Please sign in to comment.