aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2023-11-21 12:39:20 +0000
committerMichaelMorris <michael.morris@est.tech>2023-11-21 15:04:25 +0000
commitdca6b21a39d6565dcaf290d5ffc7679091985ac7 (patch)
tree56a9d1e85963e33647757008b5160632d905bd2c
parent022363f5bae7a0055ce0a4ce19fdf2fb41a47fa4 (diff)
Set cassandra-driver version
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4679 Change-Id: I14aa7b6a03b10363e40dde983c175b65262b8a93
-rw-r--r--sdc-workflow-designer-init/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-workflow-designer-init/src/main/docker/Dockerfile b/sdc-workflow-designer-init/src/main/docker/Dockerfile
index 656a84ca..6ae195ee 100644
--- a/sdc-workflow-designer-init/src/main/docker/Dockerfile
+++ b/sdc-workflow-designer-init/src/main/docker/Dockerfile
@@ -1,6 +1,6 @@
FROM python:2.7-alpine3.8
-RUN pip install cqlsh==5.0.4
+RUN pip install cassandra-driver==3.25.0 cqlsh==5.0.4
RUN addgroup -g 1000 sdc && adduser -S -u 1000 -G sdc -s /bin/sh sdc
USER sdc