From: Sam Saffron Date: Thu, 21 Mar 2019 00:12:29 +0000 (+1100) Subject: oops, 1.6.37 is not tagged yet use 36 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e2142abf8271377e1749796be51ad12b6800e702;p=discourse_docker.git oops, 1.6.37 is not tagged yet use 36 --- diff --git a/image/base/install-imagemagick b/image/base/install-imagemagick index 532fd44..36b13ce 100755 --- a/image/base/install-imagemagick +++ b/image/base/install-imagemagick @@ -10,7 +10,7 @@ WDIR=/tmp/imagemagick mkdir -p $WDIR # Build and install libpng -git clone -b v1.6.37 https://github.com/glennrp/libpng.git $WDIR/libpng +git clone -b v1.6.36 https://github.com/glennrp/libpng.git $WDIR/libpng cd $WDIR/libpng ./autogen.sh ./configure --prefix=$PREFIX