diff --git a/hugo/compose_hugo.yaml b/hugo/compose_hugo.yaml
index e9f4dd1..d89eafb 100644
--- a/hugo/compose_hugo.yaml
+++ b/hugo/compose_hugo.yaml
@@ -1,7 +1,8 @@
 version: '3'
 services:
   hugo-blog:
-    image: klakegg/hugo  # :0.92.0 # Use the appropriate Hugo version
+    image: klakegg/hugo:ext-ubuntu
+    #image: klakegg/hugo  # :0.92.0 # Use the appropriate Hugo version
     command: server --bind 0.0.0.0
     restart: unless-stopped
     ports: