Change base image to node:24-trixie

This commit is contained in:
kapdon 2026-03-14 04:43:01 -07:00 committed by GitHub
parent 0bcebb5f3e
commit c7d4e57235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:24 AS builder
FROM node:24-trixie AS builder
WORKDIR /app
COPY package*.json ./