We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e2a08 commit 6c63a87Copy full SHA for 6c63a87
1 file changed
scripts/updateDockerImages.sh
@@ -89,6 +89,7 @@ do
89
#rver=$(curl -sL -u "$PAT" "https://api.github.com/repos/${i}/releases/latest" | grep tag_name | head -1 | cut -d \" -f 4)
90
#rver=$(curl -sL -u "$PAT" "https://api.github.com/repos/${i}/tags" | jq -r '.[0].name')
91
rver=$(curl -sL -u "$PAT" "https://api.github.com/repos/${i}/releases/latest" | jq -r '.tag_name')
92
+ #rver=$(curl -sL "https://api.github.com/repos/${i}/releases/latest" | jq -r '.tag_name')
93
#rver=$(curl -sL "https://api.github.com/repos/${i}/releases/latest" | grep tag_name | head -1 | cut -d \" -f 4)
94
#rver="2021.02.04.1"
95
;;
@@ -115,6 +116,7 @@ do
115
116
"nabla-c0d3/sslyze" | \
117
"saulpw/visidata")
118
echo
119
+ echo "Checking python dependencies ..."
120
scripts/updatePythonDeps.sh "$prog"
121
122
*)
0 commit comments