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 f478249 commit 55f3f5fCopy full SHA for 55f3f5f
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.6";
+ 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