瀏覽代碼

HADOOP-16624. Upgrade hugo to the latest version in Dockerfile

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
pingsutw 5 年之前
父節點
當前提交
1dde3efb91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev-support/docker/Dockerfile

+ 1 - 1
dev-support/docker/Dockerfile

@@ -190,7 +190,7 @@ ENV MAVEN_OPTS -Xms256m -Xmx1536m
 ###
 ###
 
 
 # Hugo static website generator (for new hadoop site and Ozone docs)
 # Hugo static website generator (for new hadoop site and Ozone docs)
-RUN curl -L -o hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.30.2/hugo_0.30.2_Linux-64bit.deb \
+RUN curl -L -o hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_0.58.3_Linux-64bit.deb \
     && dpkg --install hugo.deb \
     && dpkg --install hugo.deb \
     && rm hugo.deb
     && rm hugo.deb