This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8cb224006 Always pull latest Hugo image on docker build
8cb224006 is described below

commit 8cb224006cae2411e2d926e436ef5e07ad37e1b3
Author: Danny Cranmer <[email protected]>
AuthorDate: Thu Mar 9 10:56:48 2023 +0000

    Always pull latest Hugo image on docker build
---
 docker-build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker-build.sh b/docker-build.sh
index cc08aa06a..d29ab07e9 100755
--- a/docker-build.sh
+++ b/docker-build.sh
@@ -20,6 +20,8 @@
 SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
 source "${SCRIPT_DIR}/_utils.sh"
 
+docker pull jakejarvis/hugo-extended:latest
+
 action=$1
 if [[ $action = "build" ]]
 then

Reply via email to