Skip to content

Commit 5b2fe41

Browse files
committed
Merge branch 'main' of github.com:datastax/cassandra-data-migrator into main
2 parents c6d52ff + b3cf22e commit 5b2fe41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN mkdir -p /assets/ && cd /assets && \
55
curl -OL https://downloads.datastax.com/dsbulk/dsbulk.tar.gz && \
66
tar -xzf ./dsbulk.tar.gz && \
77
rm ./dsbulk.tar.gz && \
8-
mv /assets/dsbulk-1.10.0 /assets/dsbulk && \
8+
mv /assets/dsbulk-* /assets/dsbulk && \
99
curl -OL https://downloads.datastax.com/enterprise/cqlsh-astra.tar.gz && \
1010
tar -xzf ./cqlsh-astra.tar.gz && \
1111
rm ./cqlsh-astra.tar.gz && \

0 commit comments

Comments
 (0)