Update base images
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-06-05 19:23:43 +03:00
parent 1cd38b6cba
commit 7b4fb70172

View File

@ -1,5 +1,5 @@
# ── Stage 1: build ───────────────────────────────────────────────────────────
FROM node:20-alpine AS builder
FROM harbor.dvirlabs.com/base-images/node:20-alpine AS builder
WORKDIR /app
@ -12,7 +12,7 @@ COPY . .
RUN npm run build
# ── Stage 2: serve ───────────────────────────────────────────────────────────
FROM nginx:1.27-alpine AS runner
FROM harbor.dvirlabs.com/base-images/nginx:1.27-alpine AS runner
# Remove default nginx config
RUN rm /etc/nginx/conf.d/default.conf