We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fab05 commit 40c2b36Copy full SHA for 40c2b36
packages/open-next/src/build.ts
@@ -367,7 +367,7 @@ function createImageOptimizationBundle() {
367
// For SHARP_IGNORE_GLOBAL_LIBVIPS see: https://github.com/lovell/sharp/blob/main/docs/install.md#aws-lambda
368
369
const nodeOutputPath = path.resolve(outputPath);
370
- const sharpVersion = process.env.SHARP_VERSION ?? "0.32.5";
+ const sharpVersion = process.env.SHARP_VERSION ?? "0.33.2";
371
372
//check if we are running in Windows environment then set env variables accordingly.
373
try {
0 commit comments