Skip to content
Snippets Groups Projects
Commit 0cb902a6 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitriy Safronov
Browse files

build(deps): Bump node from 20.13.1 to 23.4.0


Bumps node from 20.13.1 to 23.4.0.

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent b2f59a60
Branches
Tags
No related merge requests found
# --------------> The builder image # --------------> The builder image
FROM node:20.13.1 AS builder FROM node:23.4.0 AS builder
ENV NODE_ENV=production ENV NODE_ENV=production
WORKDIR /app WORKDIR /app
RUN npm install -g npm@10.8.0 RUN npm install -g npm@10.8.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment