chore: use correct v-prefixed tags for @mintel base images
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 1m19s
Build & Deploy / 🏗️ Build (push) Successful in 6m5s
Build & Deploy / 🚀 Deploy (push) Successful in 28s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-11 18:03:35 +01:00
parent 2192f37fee
commit f6d7584613

View File

@@ -1,5 +1,5 @@
# Stage 1: Builder
FROM registry.infra.mintel.me/mintel/nextjs:1.7.10 AS builder
FROM registry.infra.mintel.me/mintel/nextjs:v1.7.10 AS builder
WORKDIR /app
# Arguments for build-time configuration
@@ -34,7 +34,7 @@ COPY . .
RUN pnpm build
# Stage 2: Runner
FROM registry.infra.mintel.me/mintel/runtime:1.7.10 AS runner
FROM registry.infra.mintel.me/mintel/runtime:v1.7.10 AS runner
WORKDIR /app
# Create nextjs user and group (standardized in runtime image but ensuring local ownership)