Skip to content

Commit

Permalink
chore(deps): update node.js to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 89fa774 commit f970110
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 @@
# ----- BASE ------
FROM node:22 AS base
FROM node:23 AS base

RUN apt-get update
RUN apt-get install -y procps && rm -rf /var/lib/apt/lists/*
Expand All @@ -22,7 +22,7 @@ RUN rm -rf node_modules
RUN pnpm install --frozen-lockfile --production --ignore-scripts

# ----- PRODUCTION ------
FROM node:22-slim AS production
FROM node:23-slim AS production

COPY --from=preproduction /usr/src/app/dist ./dist
COPY --from=preproduction /usr/src/app/node_modules ./node_modules
Expand Down

0 comments on commit f970110

Please sign in to comment.