Change base image from node:24-alpine to node:22-alpine
This commit is contained in:
@@ -24,7 +24,7 @@ RUN yarn install --production --frozen-lockfile --network-timeout 100000 && \
|
|||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|
||||||
# Stage 2: Production
|
# Stage 2: Production
|
||||||
FROM node:24-alpine
|
FROM node:22-alpine
|
||||||
|
|
||||||
# Install dumb-init in a single layer
|
# Install dumb-init in a single layer
|
||||||
RUN apk add --no-cache dumb-init
|
RUN apk add --no-cache dumb-init
|
||||||
|
|||||||
Reference in New Issue
Block a user