Skip to content

Commit

Permalink
feat: Upgrade nestjs from 9 to 10, node from 18 to 20 and other depen…
Browse files Browse the repository at this point in the history
…dencies (#1105)
  • Loading branch information
praju-aot authored Jan 23, 2024
1 parent d9a1579 commit 1bf01c5
Show file tree
Hide file tree
Showing 39 changed files with 6,635 additions and 7,296 deletions.
4 changes: 2 additions & 2 deletions dops/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container.
FROM node:18.19.0-alpine AS builder
FROM node:20.11.0-alpine AS builder

# Set the working directory to /app inside the container
WORKDIR /app
Expand All @@ -18,7 +18,7 @@ RUN npm prune --production


# Deployment container
FROM node:18.19.0-alpine
FROM node:20.11.0-alpine
RUN npm cache clean --force

# Create and Assign permissions to npm folder
Expand Down
Loading

0 comments on commit 1bf01c5

Please sign in to comment.