Skip to content
Snippets Groups Projects
Commit 5ac3c133 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Дмитрий Сафронов
Browse files

build(deps): bump node from 23.8.0-slim to 23.9.0-slim


Bumps node from 23.8.0-slim to 23.9.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 ac204260
No related branches found
Tags v0.0.16
No related merge requests found
# The builder image
FROM node:23.8.0 AS builder
FROM node:23.9.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.8.0-slim AS production
FROM node:23.9.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.
Finish editing this message first!
Please register or to comment