Update base Docker image

This commit is contained in:
DarthSim
2024-04-15 21:16:38 +03:00
parent 0d94a0a47a
commit 81b19a0922
2 changed files with 2 additions and 1 deletions

View File

@@ -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.
- (pro) Improve unsharp masking.
- (docker) Update AWS Lambda adapter to 0.8.2.
- (docker) Increase EXIF size limit to 8MB.
### Fix
- Fix parsing some TIFFs.

View File

@@ -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}