Skip to content
Snippets Groups Projects
Commit ebb0d184 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Updates dependencies.

parent 6d88216c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ ENV RAILS_ENV=production \
PNGQUANT_VERSION=2.12.5 \
PNGCRUSH_VERSION=1.8.13 \
JEMALLOC_NEW=3.6.0 \
JEMALLOC_STABLE=5.2.0 \
JEMALLOC_STABLE=5.2.1 \
PG_MAJOR=10 \
NODE_MAJOR=10 \
RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 \
......
......@@ -2,8 +2,8 @@
set -e
# version check: https://github.com/ImageMagick/ImageMagick/releases
IMAGE_MAGICK_VERSION="7.0.10-6"
IMAGE_MAGICK_HASH="37d36f4d736eb16e0dd43c50302e1d01d1bb1125165333df8273508a22f8a64d"
IMAGE_MAGICK_VERSION="7.0.10-24"
IMAGE_MAGICK_HASH="c555b4724127f9993500c9a7bab148e6075a7397957516b9e0dd9faa02d5c98e"
# version check: https://libpng.sourceforge.io/index.html
LIBPNG_VERSION="1.6.37"
......@@ -59,4 +59,4 @@ make all && make install
cd $HOME
rm -rf $WDIR
ldconfig /usr/local/lib
\ No newline at end of file
ldconfig /usr/local/lib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment