jacek-lewandowski commented on code in PR #93:
URL: https://github.com/apache/cassandra-builds/pull/93#discussion_r1263418669
##########
docker/testing/ubuntu2004_j11.docker:
##########
@@ -26,10 +26,15 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get install -y --no-install-recommends software-properties-common
apt-utils vim && \
apt-get install -y lsof
+RUN export DEBIAN_FRONTEND=noninteractive && \
+ add-apt-repository ppa:git-core/ppa && \
+ apt-get update && \
+ apt-get install -y git
Review Comment:
ubuntu provides 2.25.1
we need at least 2.30.0
the command currently installs 2.41.0
tbh I don't know why wouldn't we ever use the newest one
--
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]