You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ru...@apache.org on 2019/10/17 12:00:10 UTC

[cassandra-website] branch master updated: Using the stretch tag instead of latest to pin the version. Latest breaks openjdk-8 install.

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

rustyrazorblade pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 79842ba  Using the stretch tag instead of latest to pin the version.  Latest breaks openjdk-8 install.
79842ba is described below

commit 79842ba4c371ce36f86472c23701fc7e98ea7038
Author: Jon Haddad <jo...@jonhaddad.com>
AuthorDate: Thu Oct 17 07:59:37 2019 -0400

    Using the stretch tag instead of latest to pin the version.  Latest breaks openjdk-8 install.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ae2087e..99c312f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:latest
+FROM debian:stretch
 
 # Install tools
 RUN apt-get update && \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org