Skip to content

Commit

Permalink
Merge pull request linuxserver-archive#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 e89edcb + 8b851dc commit d21da4b
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 @@ -47,7 +47,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 `60` 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 d21da4b

Please sign in to comment.