Update Dockerfile to use Node.js 20-alpine base image
This commit is contained in:
parent
d4d6fab753
commit
8e1d2ddfe9
@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user