Browse Source

Update base Docker image

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

+ 1 - 0
CHANGELOG.md

@@ -5,6 +5,7 @@
 - Fix saving to JPEG when using linear colorspace.
 - Fix the `Cache-Control` and `Expires` headers passthrough when SVG is sanitized or fixed.
 - (pro) Fix complexity calculation for still images.
+- (docker) Fix crashes during some resizing cases.
 
 ## [3.18.1] - 2023-06-29
 ### Change

+ 1 - 1
docker/Dockerfile

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