Skip to content

Commit

Permalink
Allow building for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
weeryan17 committed Jan 7, 2024
1 parent 8852fca commit 8b26bcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as base
FROM node:20-alpine as base
WORKDIR /app

# Build layer
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-prettier": "^5.0.0"
},
"pnpm": {
"overides": {
"rollup": "@rollup/wasm-node"
}
}
}

0 comments on commit 8b26bcf

Please sign in to comment.