We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eec8f commit 8a3ad74Copy full SHA for 8a3ad74
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ RUN npm run build
31
WORKDIR /zeppelin
32
RUN npm prune --omit=dev
33
34
-FROM node:24-alpine AS main
+FROM --platform=linux/arm64 node:24-alpine AS main
35
36
USER node
37
COPY --from=build --chown=node:node /zeppelin /zeppelin
0 commit comments