Skip to content

Commit

Permalink
chore(deps): bump node from 22-slim to 23-slim
Browse files Browse the repository at this point in the history
Bumps node from 22-slim to 23-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent b285d39 commit 8150f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM node:22-slim as build-stage
FROM node:23-slim as build-stage
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
WORKDIR /usr
COPY package*.json ./
Expand All @@ -10,7 +10,7 @@ RUN npm run build
RUN npm prune --omit=dev

# production stage
FROM node:22-slim
FROM node:23-slim
ARG version
ENV npm_package_version=${version}
ENV NODE_ENV production
Expand Down

0 comments on commit 8150f2e

Please sign in to comment.