Skip to content

Commit

Permalink
Bump node from 18 to 21
Browse files Browse the repository at this point in the history
Bumps node from 18 to 21.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent cdbf00e commit 84b3fb5
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,7 +1,7 @@
#
# BUILD CONTAINER
#
FROM node:18 as base
FROM node:21 as base
USER node
WORKDIR /app
COPY --chown=node:node package*.json tsconfig*.json ./
Expand All @@ -14,7 +14,7 @@ RUN npm run build
# PRODUCTION CONTAINER
#
ENV NODE_ENV production
FROM node:18 as production
FROM node:21 as production
USER node
EXPOSE 3000
WORKDIR /app
Expand Down

0 comments on commit 84b3fb5

Please sign in to comment.