Skip to content

Commit 141bb65

Browse files
committed
Pinned hugo version
1 parent a32b31b commit 141bb65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The site can be viewed at http://localhost:1313/
3232

3333
## Building the website
3434

35-
You must have [Hugo](https://gohugo.io/getting-started/installing/) installed on your system.
35+
You must have [Hugo 0.124.1](https://gohugo.io/getting-started/installing/) installed on your system.
3636

3737
The website needs to be rebuilt before being merged into the `asf-site` branch.
3838

docker-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
2121
source "${SCRIPT_DIR}/_utils.sh"
2222

23-
hugo_docker_image="jakejarvis/hugo-extended:latest"
23+
hugo_docker_image="jakejarvis/hugo-extended:0.124.1"
2424
docker pull "${hugo_docker_image}"
2525

2626
run_hugo_in_docker="docker run -u$(id -u "${USER}"):$(id -g "${USER}") -v $(pwd)/docs:/src -p 1313:1313 ${hugo_docker_image}"

0 commit comments

Comments
 (0)