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

build(deps): bump node from 23.4.0-slim to 23.5.0-slim


Bumps node from 23.4.0-slim to 23.5.0-slim.

---
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 115465a3
No related branches found
No related tags found
No related merge requests found
Pipeline #51055 passed
# --------------> The builder image # --------------> The builder image
FROM node:23.4.0 AS builder FROM node:23.5.0 AS builder
ENV NODE_ENV=production ENV NODE_ENV=production
WORKDIR /home/node/app WORKDIR /home/node/app
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
...@@ -10,7 +10,7 @@ RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && \ ...@@ -10,7 +10,7 @@ RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && \
rm -f .npmrc rm -f .npmrc
# --------------> The production image # --------------> The production image
FROM node:23.4.0-slim AS production FROM node:23.5.0-slim AS production
ENV NODE_ENV=production ENV NODE_ENV=production
WORKDIR /home/node/app WORKDIR /home/node/app
COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment