Change base image from node:24-alpine to node:22-alpine

This commit is contained in:
Thomas Nordquist
2025-12-24 19:40:15 +01:00
committed by GitHub
parent 2abba74e1c
commit 8f86d272c7

View File

@@ -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