From 87aeee0fac0a0c2c449865fa90e448b0d6b41108 Mon Sep 17 00:00:00 2001
From: "david.bauer" <david.bauer@open-xchange.com>
Date: Tue, 11 Feb 2025 11:11:41 +0000
Subject: [PATCH] Switch to base images hosted on gitlab.com

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 12ef752..ae49624 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.gitlab.open-xchange.com/appsuite/web-foundation/base-images/node_builder:latest AS builder
+FROM registry.gitlab.com/openxchange/appsuite/web-foundation/base-images/node_builder:latest AS builder
 
 WORKDIR /app
 COPY . /app
@@ -12,6 +12,6 @@ RUN pnpm build
 
 RUN echo "add_header version \"$CI_COMMIT_SHA\";" >> headers.conf
 
-FROM registry.gitlab.open-xchange.com/appsuite/web-foundation/base-images/distroless/nginx:latest
+FROM registry.gitlab.com/openxchange/appsuite/web-foundation/base-images/distroless/nginx:latest
 COPY --from=builder /app/dist /usr/share/nginx/html
 COPY --from=builder /app/headers.conf /etc/nginx/conf.d/
-- 
GitLab