node runtime version
All checks were successful
Build and Push Docker Image / build (push) Successful in 19s

This commit is contained in:
christian 2025-05-05 18:27:22 +02:00
parent a948b059b3
commit 298fbc50d5

View File

@ -19,7 +19,7 @@ COPY . .
RUN pnpm build
# Production stage
FROM node:20-alpine AS runtime
FROM node:22-alpine AS runtime
WORKDIR /app