Skip to content

Commit 1bf01c5

Browse files
authored
feat: Upgrade nestjs from 9 to 10, node from 18 to 20 and other dependencies (#1105)
1 parent d9a1579 commit 1bf01c5

39 files changed

+6635
-7296
lines changed

dops/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container.
2-
FROM node:18.19.0-alpine AS builder
2+
FROM node:20.11.0-alpine AS builder
33

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

1919

2020
# Deployment container
21-
FROM node:18.19.0-alpine
21+
FROM node:20.11.0-alpine
2222
RUN npm cache clean --force
2323

2424
# Create and Assign permissions to npm folder

0 commit comments

Comments
 (0)