diff --git a/Dockerfile b/Dockerfile
index 24cd4437b3c351c71644bce3e1a2b38b1cb22048..2058ff6a1651c91e348766369c49433959e14267 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \
diff --git a/install/imagemagick b/install/imagemagick
index 6026de62afb70a48b46a23f28960ed44e0491186..023f09a82c10ea462322a6d0ef5ce1b45dc54383 100755
--- a/install/imagemagick
+++ b/install/imagemagick
@@ -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