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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]