Use pngcrush from package manager
[discourse_docker.git] / image / base / install-pngquant
index e229a443ce5d0e46f842478c099531fbc8e18654..ec7bd06d4a0302f48380540b660103c8f6f88f33 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
-VERSION=2.12.2
+set -e
+
+# version check: https://pngquant.org/
+VERSION=2.12.5
+
 cd /tmp
 git clone -b $VERSION --single-branch https://github.com/pornel/pngquant
 cd pngquant