Browse Source

Update docker base image

DarthSim 3 years ago
parent
commit
75b68231f1
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 1
      docker/Dockerfile

+ 3 - 0
CHANGELOG.md

@@ -4,6 +4,9 @@
 ### Change
 - Fallback from AVIF to JPEG/PNG if one of the result dimensions is smaller than 16px.
 
+### Fix
+- (docker) Fix loading some HEIF images.
+
 ## [3.5.0] - 2022-04-25
 ### Add
 - Add support of RLE-encoded BMP.

+ 1 - 1
docker/Dockerfile

@@ -1,4 +1,4 @@
-ARG BASE_IMAGE_VERSION="v3.2.3"
+ARG BASE_IMAGE_VERSION="v3.2.4"
 
 FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}