janhoy commented on code in PR #14: URL: https://github.com/apache/solr-docker/pull/14#discussion_r1037703984
########## 8.11-slim/Dockerfile: ########## @@ -19,7 +19,7 @@ RUN set -ex; \ apt-get update; \ apt-get -y install acl dirmngr gpg lsof procps wget netcat gosu tini; \ rm -rf /var/lib/apt/lists/*; \ - cd /usr/local/bin; wget -nv https://github.com/apangin/jattach/releases/download/v1.5/jattach; chmod 755 jattach; \ + cd /usr/local/bin; wget -nv https://github.com/apangin/jattach/releases/download/v2.1/jattach; chmod 755 jattach; \ echo >jattach.sha512 "d8eedbb3e192a8596c08efedff99b9acf1075331e1747107c07cdb1718db2abe259ef168109e46bd4cf80d47d43028ff469f95e6ddcbdda4d7ffa73a20e852f9 jattach"; \ Review Comment: I suppose you need to update line 23 as well with the sha of the new binary? -- 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]
