Skip to content

Commit

Permalink
fix: resolve sharp lib dependency issue in docker image (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytlake committed Mar 26, 2024
1 parent 020e5f5 commit b5c8764
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:18-alpine
FROM node:18-bookworm
# For an in depth guide on configuring the base node image, see the official Next.js with-docker example here:
# https://github.com/vercel/next.js/tree/canary/examples/with-docker

RUN npm install -g pnpm

Expand Down

1 comment on commit b5c8764

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 46%
45.08% (436/967) 19.08% (54/283) 19.58% (38/194)

Please sign in to comment.