X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.hugo%2Fdocker-compose.yaml;h=979902326e4579ff4e29b205e26e4ea1bd8eb85e;hb=0d6639a38336a3f73e276d81c86ea0d0895e1f40;hp=a1a70d1c3df72c25fda61518eaef41568e566492;hpb=e6655fbc1f65e2e4599afd43e52a8cbecb810fe9;p=csit.git diff --git a/csit.infra.hugo/docker-compose.yaml b/csit.infra.hugo/docker-compose.yaml index a1a70d1c3d..979902326e 100644 --- a/csit.infra.hugo/docker-compose.yaml +++ b/csit.infra.hugo/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: cdocs-init: image: "klakegg/hugo:ext-alpine" - command: "mod get -u" + command: "mod get github.com/alex-shpak/hugo-book@v0.0.0-20230424134111-d86d5e70c7c0" volumes: - "../docs:/src" cdocs-build: