From 0d769e26ad956205a9231bf3e9c812442fc5dbfd Mon Sep 17 00:00:00 2001 From: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:35:35 +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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 58eeff7..e0ba1c8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,15 +1,14 @@ x-base: &base - image: hugomods/hugo:ci-0.128.0 + image: hugomods/hugo:ci-0.138.0 volumes: - .:/src - services: status: - <<: *base + !!merge <<: *base ports: - 1313:1313 command: "hugo serve --bind 0.0.0.0 --cleanDestinationDir --disableFastRender --printPathWarnings --printMemoryUsage --noHTTPCache" build: - <<: *base + !!merge <<: *base profiles: - donotstart