update Dockerfile to use Node.js 20-slim as the base image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:23-slim AS build
|
||||
FROM node:20-slim AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user