From 6760acfcde96473a0875e0848a137f9f7628dae8 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 3 Jul 2024 06:24:50 +0000 Subject: [PATCH] chore: Update Hugo version in docker image name in docker-compose.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 11c76951..f68e1fb6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ services: status: # "ext-" for the Hugo extended edition including git (https://github.com/klakegg/docker-hugo/blob/master/README.md#hugo-extended-edition) - image: klakegg/hugo:0.95.0-ext-asciidoctor + image: klakegg/hugo:0.111.3-ext-asciidoctor volumes: - .:/src ports: