HoustonPutman commented on code in PR #2542:
URL: https://github.com/apache/solr/pull/2542#discussion_r1672610162


##########
solr/docker/templates/Dockerfile.body.template:
##########
@@ -72,6 +72,8 @@ RUN set -ex; \
 RUN set -ex; \
     apt-get update; \
     apt-get -y --no-install-recommends install acl lsof procps wget netcat 
gosu tini jattach; \
+    wget -O /usr/local/bin/gosu 
"https://github.com/tianon/gosu/releases/download/1.17/gosu-amd64";; \ 
+    chmod +x /usr/local/bin/gosu; \

Review Comment:
   We should definitely bump it for 10x



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to