Skip to content

Commit 55f3f5f

Browse files
committed
upgrade to latest sharp
1 parent f478249 commit 55f3f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function createImageOptimizationBundle() {
367367
// For SHARP_IGNORE_GLOBAL_LIBVIPS see: https://github.com/lovell/sharp/blob/main/docs/install.md#aws-lambda
368368

369369
const nodeOutputPath = path.resolve(outputPath);
370-
const sharpVersion = process.env.SHARP_VERSION ?? "0.32.6";
370+
const sharpVersion = process.env.SHARP_VERSION ?? "0.33.2";
371371

372372
//check if we are running in Windows environment then set env variables accordingly.
373373
try {

0 commit comments

Comments
 (0)