fix(ci): update to v1.8.21 for x86 base images
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 5s
Build & Deploy / 🧪 QA (push) Failing after 13s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-02-26 19:44:29 +01:00
parent 0be6076512
commit e1101f2e60
2 changed files with 9 additions and 9 deletions

View File

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