3.11.2-r32 release

This commit is contained in:
Bitnami Bot 2018-05-24 05:47:39 +00:00
parent 5c38fe78ca
commit 59aa61fc54
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r54
FROM bitnami/minideb-extras:jessie-r55
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -9,7 +9,7 @@ RUN bitnami-pkg unpack cassandra-3.11.2-3 --checksum 6579d295e0ca66f082582e419c9
COPY rootfs /
ENV BITNAMI_APP_NAME="cassandra" \
BITNAMI_IMAGE_VERSION="3.11.2-r31" \
BITNAMI_IMAGE_VERSION="3.11.2-r32" \
CASSANDRA_CLUSTER_NAME="My Cluster" \
CASSANDRA_CQL_PORT_NUMBER="9042" \
CASSANDRA_ENABLE_REMOTE_CONNECTIONS="true" \