From 3810d3214bde280fa9ba8f34cf7c087b80cc9221 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 28 Mar 2025 19:13:07 +0100 Subject: [PATCH] fix(docker): Update base image references to use the internal registry [SKIP CI] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6222c58..be95e05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM hugomods/hugo:exts AS build +FROM registry.odit.services/hub/hugomods/hugo:exts AS build WORKDIR /app COPY . /app/ RUN hugo -FROM hugomods/hugo:nginx +FROM registry.odit.services/hub/hugomods/hugo:nginx COPY --from=build /app/public /site \ No newline at end of file