Update Dockerfile to use Node.js 20-alpine base image

This commit is contained in:
Knight 2024-12-28 10:17:34 -05:00
parent d4d6fab753
commit 8e1d2ddfe9

View File

@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
WORKDIR /app
COPY package.json package-lock.json ./