fix(docker): bump base images to v1.8.21 to prevent build metadata registry failures

This commit is contained in:
2026-03-03 17:25:48 +01:00
parent ce8829ece5
commit 88dfeba502

View File

@@ -1,5 +1,5 @@
# Stage 1: Builder
FROM git.infra.mintel.me/mmintel/nextjs:v1.8.20 AS base
FROM git.infra.mintel.me/mmintel/nextjs:v1.8.21 AS base
WORKDIR /app
# Arguments for build-time configuration
@@ -52,7 +52,7 @@ ENV UV_THREADPOOL_SIZE=3
RUN pnpm build
# Stage 2: Runner
FROM git.infra.mintel.me/mmintel/runtime:v1.8.20 AS runner
FROM git.infra.mintel.me/mmintel/runtime:v1.8.21 AS runner
WORKDIR /app
# Create nextjs user and group (standardized in runtime image but ensuring local ownership)