From 179d9b29f844c68788777776fc42d00c5f1bc7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 29 Aug 2020 01:54:16 +0200 Subject: [PATCH] Use my private registry for the build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8f391f..e1a54c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build public with hugo -FROM jguyomard/hugo-builder:latest +FROM registry.jochum.dev/jguyomard/hugo-builder:latest COPY . /build @@ -8,7 +8,7 @@ WORKDIR /build RUN hugo -b https://rene.jochum.dev -v -t persona # Copy to a nginx container -FROM nginx:1.19.2-alpine +FROM registry.jochum.dev/library/nginx:1.19.2-alpine LABEL maintainer="René Jochum "