Skip to content

Commit 4b03ce5

Browse files
committed
deps(dashboard): upgrade to node 24
1 parent 7d69b8c commit 4b03ce5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/dashboard/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 node:24-trixie-slim AS build-ssr
1+
FROM --platform=$BUILDPLATFORM node:24-trixie-slim AS build-ssr
22

33
RUN apt-get update \
44
&& apt-get install -y wget gpg sudo lsb-release just git protobuf-compiler libprotobuf-dev \
@@ -14,7 +14,7 @@ Copy ./package.json .
1414

1515
RUN just dashboard
1616

17-
FROM gcr.io/distroless/nodejs22-debian13
17+
FROM gcr.io/distroless/nodejs24-debian13
1818

1919
COPY --from=build-ssr /build/packages/dashboard/.output/ ./.output
2020

0 commit comments

Comments
 (0)