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

build(deps): bump node from 23.10.0-slim to 23.11.0-slim


Bumps node from 23.10.0-slim to 23.11.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 28a833eb
No related branches found
No related tags found
No related merge requests found
Pipeline #56987 passed with warnings
# The builder image
FROM node:23.10.0 AS builder
FROM node:23.11.0 AS builder
ENV NODE_ENV=production
WORKDIR /home/node/app
RUN --mount=type=bind,source=package.json,target=package.json \
......@@ -12,7 +12,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
npm ci --omit=dev
# The production image
FROM node:23.10.0-slim AS production
FROM node:23.11.0-slim AS production
ENV NODE_ENV=production
WORKDIR /home/node/app
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