From 10286b3309bd12be648092c552bfb9fd37e3d6b5 Mon Sep 17 00:00:00 2001 From: chbmb Date: Tue, 3 Jul 2018 21:11:05 +0100 Subject: [PATCH 1/2] Readme updated with note about vulnerability Push new build to remove this [vulnerability](https://github.com/janeczku/calibre-web/issues/534) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbca50e..ef651d6 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ To reverse proxy with our Letsencrypt docker container use the following locatio ## Versions ++ **03.07.18:** New build pushed, all versions below `67` have [vulnerability](https://github.com/janeczku/calibre-web/issues/534) + **05.01.18:** Deprecate cpu_core routine lack of scaling. + **06.12.17:** Rebase to alpine 3.7. + **27.11.17:** Use cpu core counting routine to speed up build time. From 3a3064b3e2fb18811f63ee4ad03a95fcdbefd797 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 3 Jul 2018 21:30:03 +0100 Subject: [PATCH 2/2] tweak grep --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 679be43..2b2278a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN \ zlib && \ echo "**** compile imagemagic ****" && \ IMAGEMAGICK_VER=$(curl --silent http://www.imagemagick.org/download/digest.rdf \ - | grep ImageMagick-6.*tar.xz | sed 's/\(.*\).tar.*/\1/' \ + | grep ImageMagick-6.*tar.gz | sed 's/\(.*\).tar.*/\1/' \ | sed 's/^.*ImageMagick-/ImageMagick-/') && \ mkdir -p \ /tmp/imagemagick && \