We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d69b8c commit 4b03ce5Copy full SHA for 4b03ce5
1 file changed
build/dashboard/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 node:24-trixie-slim AS build-ssr
+FROM --platform=$BUILDPLATFORM node:24-trixie-slim AS build-ssr
2
3
RUN apt-get update \
4
&& apt-get install -y wget gpg sudo lsb-release just git protobuf-compiler libprotobuf-dev \
@@ -14,7 +14,7 @@ Copy ./package.json .
14
15
RUN just dashboard
16
17
-FROM gcr.io/distroless/nodejs22-debian13
+FROM gcr.io/distroless/nodejs24-debian13
18
19
COPY --from=build-ssr /build/packages/dashboard/.output/ ./.output
20
0 commit comments