C-Docs: Set the version of hugo-book theme
[csit.git] / csit.infra.hugo / docker-compose.yaml
index a1a70d1..9799023 100644 (file)
@@ -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: