Skip to content

Commit 6c63a87

Browse files
committed
Small update to docker update script
Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
1 parent 60e2a08 commit 6c63a87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/updateDockerImages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ do
8989
#rver=$(curl -sL -u "$PAT" "https://api.github.com/repos/${i}/releases/latest" | grep tag_name | head -1 | cut -d \" -f 4)
9090
#rver=$(curl -sL -u "$PAT" "https://api.github.com/repos/${i}/tags" | jq -r '.[0].name')
9191
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')
9293
#rver=$(curl -sL "https://api.github.com/repos/${i}/releases/latest" | grep tag_name | head -1 | cut -d \" -f 4)
9394
#rver="2021.02.04.1"
9495
;;
@@ -115,6 +116,7 @@ do
115116
"nabla-c0d3/sslyze" | \
116117
"saulpw/visidata")
117118
echo
119+
echo "Checking python dependencies ..."
118120
scripts/updatePythonDeps.sh "$prog"
119121
;;
120122
*)

0 commit comments

Comments
 (0)