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

build(deps): Bump node from 25.6.1 to 25.7.0



Bumps node from 25.6.1 to 25.7.0.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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