diff --git a/Dockerfile b/Dockerfile index 55e8c1e..fc1ac55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux:latest +FROM immawanderer/archlinux:latest ENV HUGO_VERSION 0.72.0 diff --git a/README.md b/README.md index 5d0b26d..4cdcc7b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository provides the Dockerfile to create a Docker image used for web de The image is rebuilt approximately every hour to ensure it always has the latest packages. ## What you get -* updated Arch Linux [base image](https://hub.docker.com/_/archlinux) +* updated Arch Linux [image](https://hub.docker.com/r/immawanderer/archlinux) based on [base image](https://hub.docker.com/_/archlinux) * git * hugo-extended (latest version from [GitHub](https://github.com/gohugoio/hugo/releases))