From fda50d28e5218d44edff775db606f6929c9ba3e6 Mon Sep 17 00:00:00 2001 From: Florin Lungu <1656976+floryn90@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:09:59 +0300 Subject: [PATCH] Update 04-docker.md Added new repo that provides updated Docker images of latest Hugo versions --- content/en/installation/_common/04-docker.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/en/installation/_common/04-docker.md b/content/en/installation/_common/04-docker.md index 24f5cd942f..f3f3225617 100644 --- a/content/en/installation/_common/04-docker.md +++ b/content/en/installation/_common/04-docker.md @@ -8,3 +8,15 @@ docker pull klakegg/hugo [Docker images]: https://hub.docker.com/r/klakegg/hugo [Erlend Klakegg Bergheim]: https://github.com/klakegg + + +[Florin Lungu] maintains [Docker images] based on images for Alpine Linux, Busybox, Debian and Ubuntu. + +NB. This is a fork of [Erlend Klakegg Bergheim] that is automated and will provide updated docker images based on latest versions of Hugo + +```sh +docker pull floryn90/hugo +``` + +[Docker images]: https://hub.docker.com/r/floryn90/hugo +[Florin Lungu]: https://github.com/floryn90