blackbirdchess-docker-dev/cassandra/Dockerfile

6 lines
143 B
Docker
Raw Normal View History

2023-02-01 17:06:56 +01:00
ARG CASSANDRA_VERSION=latest
FROM bitnami/cassandra:${CASSANDRA_VERSION}
LABEL maintainer="Stefan Neuhaus <https://www.github.com/stefnats>"