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

build(deps): Bump node from 24.4.0 to 24.4.1



Bumps node from 24.4.0 to 24.4.1.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 24.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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