1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Update AWS Lambda adapter to 0.8.3

This commit is contained in:
DarthSim 2024-04-26 20:14:30 +03:00
parent 6c9c99f2fc
commit a93318c963
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,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.
- Ensure that the watermark is always centered when replicated.
- (pro) Improve unsharp masking.
- (docker) Update AWS Lambda adapter to 0.8.2.
- (docker) Update AWS Lambda adapter to 0.8.3.
- (docker) Increase EXIF size limit to 8MB.
### Fix

View File

@ -37,7 +37,7 @@ COPY --from=0 /usr/local/lib /usr/local/lib
COPY docker/entrypoint.sh /usr/local/bin/
# AWS Lambda adapter
COPY --from=public.ecr.aws/awsguru/aws-lambda-adapter:0.8.2 /lambda-adapter /opt/extensions/lambda-adapter
COPY --from=public.ecr.aws/awsguru/aws-lambda-adapter:0.8.3 /lambda-adapter /opt/extensions/lambda-adapter
COPY NOTICE /usr/local/share/doc/imgproxy/