Skip to content

Commit

Permalink
Pin "template-helper-functions.jq" to a specific commit for reproduci…
Browse files Browse the repository at this point in the history
…bility
  • Loading branch information
tianon committed Dec 8, 2023
1 parent e922c04 commit a0ef1ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apply-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ fi

jqf='template-helper-functions.jq'
if [ "$BASH_SOURCE" -nt "$jqf" ]; then
wget -qO "$jqf" 'https://github.com/docker-library/bashbrew/raw/master/scripts/template-helper-functions.jq'
# https://github.com/docker-library/bashbrew/blob/master/scripts/template-helper-functions.jq
wget -qO "$jqf" 'https://github.com/docker-library/bashbrew/raw/5a86c34c5a3ef370b3d22c398d45ccab53bd64bd/scripts/template-helper-functions.jq'
fi

if [ "$#" -eq 0 ]; then
Expand Down

0 comments on commit a0ef1ac

Please sign in to comment.