Dockerfile 143 B

12345
  1. ARG CASSANDRA_VERSION=latest
  2. FROM bitnami/cassandra:${CASSANDRA_VERSION}
  3. LABEL maintainer="Stefan Neuhaus <https://www.github.com/stefnats>"