@@ -5,6 +5,7 @@
- Change maximum and default values of `IMGPROXY_AVIF_SPEED` to `9`.
- (pro) Fix detection of some videos.
- (pro) Better calculation of the image complexity during choosing the best format.
+- (docker) Fix freezes and crashes introduced in v3.18.0 by liborc.
## [3.18.0] - 2023-05-31
### Add
@@ -1,4 +1,4 @@
-ARG BASE_IMAGE_VERSION="v3.5.1"
+ARG BASE_IMAGE_VERSION="v3.6.0"
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}