···2727RUN pnpm run build
28282929# Production stage with specific version
3030-FROM nginx:1.25-alpine AS runtime
3030+FROM nginx:1.29.5-alpine AS runtime
31313232# Create non-root user and configure nginx in a single layer
3333RUN addgroup -g 1001 appuser && \