Commit 4af3a852 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitrii Safronov
Browse files

build(deps): Bump node from 24.10.0 to 25.0.0



Bumps node from 24.10.0 to 25.0.0.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent e8bc068e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# The builder image
FROM node:24.10.0 AS builder
FROM node:25.0.0 AS builder
ENV NODE_ENV=production
WORKDIR /app
RUN --mount=type=bind,source=package.json,target=package.json \