From a0ef1aca0d60ff7bc2a4ac28943d1693a5a99cf4 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 8 Dec 2023 14:03:24 -0800 Subject: [PATCH] Pin "template-helper-functions.jq" to a specific commit for reproducibility --- apply-templates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apply-templates.sh b/apply-templates.sh index bbdf91e3..06326b5d 100755 --- a/apply-templates.sh +++ b/apply-templates.sh @@ -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