diff --git a/0.136/Dockerfile b/0.136/Dockerfile index f69f44f..8f7ce2b 100644 --- a/0.136/Dockerfile +++ b/0.136/Dockerfile @@ -5,7 +5,7 @@ FROM cimg/go:1.22 LABEL maintainer="Ricardo N Feliciano " -ENV HUGO_VER 0.136.3 +ENV HUGO_VER 0.136.4 ENV HUGO_DOWNLOAD_URL https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_extended_${HUGO_VER}_Linux-64bit.tar.gz # Install HTML Proofer - eventually to be replaced with non-Ruby alternative diff --git a/GEN-CHECK b/GEN-CHECK index c07665f..1047d32 100644 --- a/GEN-CHECK +++ b/GEN-CHECK @@ -1 +1 @@ -GEN_CHECK=(v0.136.3) +GEN_CHECK=(v0.136.4) diff --git a/build-images.sh b/build-images.sh index 30e4a45..ec2f1ac 100755 --- a/build-images.sh +++ b/build-images.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Do not edit by hand; please use build scripts/templates to make changes -docker build --file 0.136/Dockerfile -t hubci/hugo:0.136.3 -t hubci/hugo:0.136 --platform linux/amd64 . +docker build --file 0.136/Dockerfile -t hubci/hugo:0.136.4 -t hubci/hugo:0.136 --platform linux/amd64 . diff --git a/push-images.sh b/push-images.sh index a8d0ea2..32f5283 100755 --- a/push-images.sh +++ b/push-images.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Do not edit by hand; please use build scripts/templates to make changes docker push hubci/hugo:0.136 -docker push hubci/hugo:0.136.3 +docker push hubci/hugo:0.136.4