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

build(deps): bump node from 24.0.2-slim to 24.1.0-slim


Bumps node from 24.0.2-slim to 24.1.0-slim.

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent a9f3de64
No related branches found
No related tags found
No related merge requests found
# The builder image
FROM node:24.0.2 AS builder
FROM node:24.1.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:24.0.2-slim AS production
FROM node:24.1.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