Skip to content

Commit

Permalink
Changed sharp lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Nov 8, 2024
1 parent 6d08ab4 commit 2243510
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ FROM node:18.18 as production

# Add Tini
ENV TINI_VERSION v0.18.0
ENV NEXT_SHARP_PATH=/app/node_modules/sharp

ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-static /tini
RUN chmod +x /tini

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react-virtualized": "^9.22.5",
"remeda": "^1.61.0",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"sharp": "0.32.6",
"sortablejs": "^1.15.2",
"speakingurl": "^14.0.1",
"tus-js-client": "^4.1.0",
Expand Down
Loading

0 comments on commit 2243510

Please sign in to comment.