Bump sharp to 0.32.6 to fix building on Alpine Linux v3.19 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Misskey fails to build on Alpine Linux v3.19 (misskey-dev/misskey#12750) because an old version of sharp used in this repository fails to parse Alpine Linux musl libc version strings. Sharp 0.32.5 and above (https://sharp.pixelplumbing.com/changelog#v0325---15th-august-2023 and lovell/sharp#3755) fix this but this repository uses 0.31. Misskey itself uses 0.32.6 (https://github.com/misskey-dev/misskey/blob/develop/packages/backend/package.json#L159).
This patch bumps the sharp version number to 0.32.6. Bumping the version number allows Misskey to successfully build on Alpine Linux v3.19.