浏览代码

Update base Docker image

DarthSim 1 年之前
父节点
当前提交
81b19a0922
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      docker/Dockerfile

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@
 - Respond with 404 when the bucket/container name or object key is empty in an S3, Google Cloud Storage, Azure Blob Storage, or OpenStack Object Storage (Swift) URL.
 - Respond with 404 when the bucket/container name or object key is empty in an S3, Google Cloud Storage, Azure Blob Storage, or OpenStack Object Storage (Swift) URL.
 - (pro) Improve unsharp masking.
 - (pro) Improve unsharp masking.
 - (docker) Update AWS Lambda adapter to 0.8.2.
 - (docker) Update AWS Lambda adapter to 0.8.2.
+- (docker) Increase EXIF size limit to 8MB.
 
 
 ### Fix
 ### Fix
 - Fix parsing some TIFFs.
 - Fix parsing some TIFFs.

+ 1 - 1
docker/Dockerfile

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