stevedlawrence commented on code in PR #45:
URL: 
https://github.com/apache/daffodil-infrastructure/pull/45#discussion_r3462894170


##########
containers/build-release/Dockerfile:
##########
@@ -61,10 +61,11 @@ RUN \
 # configuration expects it--different wine configurations could install it
 # somewhere else.
 RUN \
+  INNO_SETUP_TAG="6_4_1" && \
   INNO_SETUP_EXE="innosetup-6.4.1.exe" && \
-  
EXPECTED_SHA=5dfc9999e2feafa28754baaf80cf73ac96414228b94a1132a919554a822c892810197305d9355885b9ac408c214691cd45279fc2df3a891fbebc4f8eb86bac87
 && \
-  curl -L https://files.jrsoftware.org/is/6/$INNO_SETUP_EXE -o $INNO_SETUP_EXE 
&& \
-  echo "$EXPECTED_SHA $INNO_SETUP_EXE" | sha512sum --quiet -c - && \
+  
EXPECTED_SHA=f41760e1f1ae15d2089bb6ab162e21720b92ae7506ed70667b39200063d68e34 
&& \

Review Comment:
   Did you confirm that the file from the website has the same hash as the one 
from github?



-- 
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]

Reply via email to