diff --git a/Dockerfile b/Dockerfile index ba0592509..c3215c873 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Purpose: Compiles the frontend # Notes: # - Does PNPM stuff with Typescript and such -FROM --platform=$BUILDPLATFORM docker.io/node:24-trixie-slim AS compile-frontend +FROM --platform=$BUILDPLATFORM docker.io/node:25-trixie-slim AS compile-frontend COPY ./src-ui /src/src-ui