Skip to content

Commit 59ea86e

Browse files
yosifkittianon
authored andcommitted
Run update.sh
1 parent 13a08c6 commit 59ea86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57
1818

1919
RUN echo 'deb http://www.apache.org/dist/cassandra/debian 32x main' >> /etc/apt/sources.list.d/cassandra.list
2020

21-
ENV CASSANDRA_VERSION 3.2
21+
ENV CASSANDRA_VERSION 3.2.1
2222

2323
RUN apt-get update \
2424
&& apt-get install -y cassandra="$CASSANDRA_VERSION" \

0 commit comments

Comments
 (0)