Skip to content

Commit 3be25f8

Browse files
fix: use alpine3.21 to fix Segmentation fault error
1 parent 13c3ba2 commit 3be25f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dapp/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM node:22-alpine3.22
1+
# alpine 3.22 causes errors Segmentation fault error. Using 3.21 instead.
2+
FROM node:22-alpine3.21
23
WORKDIR /app
34
COPY package*.json ./
45
RUN npm ci --production

0 commit comments

Comments
 (0)