Commit 962f05ab authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitriy Safronov
Browse files

build(deps): Bump node from 23.10.0 to 23.11.0



Bumps node from 23.10.0 to 23.11.0.

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

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