Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from linuxserver/vulnerability
Browse files Browse the repository at this point in the history
Readme updated with note about vulnerability
  • Loading branch information
CHBMB authored Jul 4, 2018
2 parents d8dd0e8 + e4a7c09 commit d845394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ To reverse proxy with our Letsencrypt docker container use the following locatio

## Versions

+ **03.07.18:** New build pushed, all versions below `58` have [vulnerability](https://github.com/janeczku/calibre-web/issues/534)
+ **05.01.18:** Rebase to alpine 3.7, Deprecate cpu_core routine lack of scaling.
+ **27.11.17:** Use cpu core counting routine to speed up build time.
+ **24.07.17:** Curl version for imagemagick.
Expand Down

0 comments on commit d845394

Please sign in to comment.