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 "