chore: use correct v-prefixed tags for @mintel base images

This commit is contained in:
2026-02-11 18:03:35 +01:00
parent d6cae74301
commit e6261586be

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)