Browse Source

Update base Docker image

DarthSim 1 year ago
parent
commit
5ac79477df
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 1
      docker/Dockerfile

+ 3 - 0
CHANGELOG.md

@@ -7,6 +7,9 @@
 
 ### Fix
 - (pro) Fix detection of some videos.
+- (docker) Fix saving EXIF strings containing invalid UTF-8 characters.
+- (docker) Fix possible segfaults while processing HEIC/AVIF images.
+- (docker) Fix rendering GIFs embedded in SVGs.
 
 ## [3.20.0] - 2023-10-09
 ### Add

+ 1 - 1
docker/Dockerfile

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