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