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:
parent
3c08d69bc3
commit
0bcebb5f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue