blackbirdchess-docker-dev/cassandra/Dockerfile
2019-07-25 08:02:59 +02:00

6 lines
143 B
Docker

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