mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
chore(deps): update node.js to v24 (#673)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
bd93649cba
commit
b9ed2e12f3
+1
-1
@@ -7,7 +7,7 @@ RUN cargo build --release -p sprout-relay \
|
||||
&& strip target/release/sprout-relay
|
||||
|
||||
# ── Web build stage (Node/pnpm) ────────────────────────────
|
||||
FROM --platform=linux/amd64 node:22-bookworm-slim AS web-builder
|
||||
FROM --platform=linux/amd64 node:24-bookworm-slim AS web-builder
|
||||
WORKDIR /build
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY web/ web/
|
||||
|
||||
Reference in New Issue
Block a user