fix: use correct versions for the UI

This commit is contained in:
Aarnav Tale
2026-02-26 01:17:09 -05:00
parent 937bc4a667
commit b2db6efd63
5 changed files with 75 additions and 59 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ COPY --from=go-base /bin/wasm_exec.js /run/app/wasm_exec.js
RUN ./build.sh --app --app-install-only
COPY . .
RUN ./build.sh --app
ARG HEADPLANE_VERSION
RUN HEADPLANE_VERSION=$HEADPLANE_VERSION ./build.sh --app
FROM gcr.io/distroless/nodejs22-debian12:latest AS final
COPY --from=js-base /run/build /app/build