Files
2021-08-30 20:37:43 +00:00

6 lines
143 B
Docker

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