Browse Source

Revert "Update AWS Lambda adapter"

This reverts commit 55a70acfe2af40d352b2bfa693a4180dbe6ef5d5.
DarthSim 5 months ago
parent
commit
09e305c053
2 changed files with 1 additions and 2 deletions
  1. 0 1
      CHANGELOG.md
  2. 1 1
      docker/Dockerfile

+ 0 - 1
CHANGELOG.md

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

+ 1 - 1
docker/Dockerfile

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