Revert "Update AWS Lambda adapter"

This reverts commit 55a70acfe2.
This commit is contained in:
DarthSim
2025-01-13 19:04:01 +03:00
parent 34b8927515
commit 09e305c053
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
### Changed
- (pro) Improve image complexity calculation for best format selection.
- (pro) Use PNG quantization for very low-complexity images when the `best` format is used.
- (docker) Update AWS Lambda adapter to 0.9.0.
### Fixed
- Fix blur and sharpen performance for images with alpha channel.

View File

@@ -13,7 +13,7 @@ RUN rm -rf /opt/imgproxy/lib/pkgconfig /opt/imgproxy/lib/cmake
# ==================================================================================================
# AWS Lambda adapter
FROM public.ecr.aws/awsguru/aws-lambda-adapter:0.9.0 AS lambda-adapter
FROM public.ecr.aws/awsguru/aws-lambda-adapter:0.8.4 AS lambda-adapter
# ==================================================================================================
# Final image