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