This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 636f7ef  ninja-fix replace debian stretch with sid (for openjdk-8-jdk)
636f7ef is described below

commit 636f7ef9906652b48614857a463b5888e835e92c
Author: Mick Semb Wever <[email protected]>
AuthorDate: Tue Apr 25 00:07:18 2023 +0200

    ninja-fix replace debian stretch with sid (for openjdk-8-jdk)
---
 docker/bullseye-image.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/bullseye-image.docker b/docker/bullseye-image.docker
index 76d4ed9..6e0c342 100644
--- a/docker/bullseye-image.docker
+++ b/docker/bullseye-image.docker
@@ -27,7 +27,7 @@ RUN until apt-get update && apt-get -y install ant 
build-essential curl devscrip
     do echo "apt failed… trying again in 10s… " ; sleep 10 ; done
 
 RUN echo 'deb http://deb.debian.org/debian bullseye main' >> 
/etc/apt/sources.list \
-    && echo 'deb http://deb.debian.org/debian stretch main' >> 
/etc/apt/sources.list
+    && echo 'deb http://deb.debian.org/debian sid main' >> 
/etc/apt/sources.list
 
 RUN until apt-get update \
     && apt-get install -y --no-install-recommends openjdk-8-jdk openjdk-11-jdk 
openjdk-17-jdk ; \


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

Reply via email to