fix(dockerfile): fix failing docker build

was due to sharp

closes https://github.com/zyachel/libremdb/issues/63
This commit is contained in:
zyachel
2024-01-06 19:39:16 +05:30
parent dac08947c5
commit 719f42b5e6
2 changed files with 256 additions and 210 deletions

View File

@ -23,7 +23,7 @@
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.31.3"
"sharp": "^0.33.1"
},
"devDependencies": {
"@types/node": "18.7.3",
@ -35,7 +35,7 @@
"typescript": "4.7.4"
},
"engines": {
"node": ">=16.5.0",
"node": " ^18.17.0 || ^20.3.0 || >=21.0.0",
"pnpm": ">=8.0.0"
}
}