fix(docker): bump base images to v1.8.21 to prevent build metadata registry failures
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user