Change base image to node:24-trixie

fix glibc complaint

if you gonna renovate bot auto update deps it's gonnna need a newer image as a runner
This commit is contained in:
kapdon 2026-03-14 04:38:18 -07:00 committed by GitHub
parent 3c08d69bc3
commit 0bcebb5f3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ RUN npm run build
RUN npm ci --only=production
FROM node:24
FROM node:24-trixie
WORKDIR /app
COPY --from=builder /app/dist ./dist