goiri commented on code in PR #4765:
URL: https://github.com/apache/hadoop/pull/4765#discussion_r956602935


##########
dev-support/docker/pkg-resolver/install-hadolint.sh:
##########
@@ -28,8 +28,8 @@ if [ $? -eq 1 ]; then
 fi
 
 curl -L -s -S \
-  
https://github.com/hadolint/hadolint/releases/download/v1.11.1/hadolint-Linux-x86_64
 \
+  
https://github.com/hadolint/hadolint/releases/download/v2.10.0/hadolint-Linux-x86_64
 \
   -o /bin/hadolint &&
   chmod a+rx /bin/hadolint &&
   shasum -a 512 /bin/hadolint |
-  awk 
'$1!="734e37c1f6619cbbd86b9b249e69c9af8ee1ea87a2b1ff71dccda412e9dac35e63425225a95d71572091a3f0a11e9a04c2fc25d9e91b840530c26af32b9891ca"
 {exit(1)}'
+  awk 
'$1!="4816c95243bedf15476d2225f487fc17465495fb2031e1a4797d82a26db83a1edb63e4fed084b80cef17d5eb67eb45508caadaf7cd0252fb061187113991a338"
 {exit(1)}'

Review Comment:
   Make this a variable



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to