fix: node version update from 18 to 20

This commit is contained in:
sriram veeraghanta
2025-01-09 16:05:39 +05:30
parent 3ab959c682
commit 89603bb2d6
7 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
RUN apk add --no-cache libc6-compat
# Set working directory
WORKDIR /app