From 0f221fae5eef95ea916a5daa9517358c3b62d023 Mon Sep 17 00:00:00 2001 From: Craig Engle <38892470+c3foto@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:29:30 -0600 Subject: [PATCH] CD-1365 Update latest script to new repo location --- setup-cks-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-cks-latest.sh b/setup-cks-latest.sh index ce5705c..3853159 100644 --- a/setup-cks-latest.sh +++ b/setup-cks-latest.sh @@ -203,4 +203,4 @@ rm -rf ./cks_info # Create the Run File touch ./run.sh -echo "docker run --name Virtru_CKS --interactive --tty --detach --env-file "$WORKING_DIR"/env/cks.env -p 443:$PORT --mount type=bind,source="$WORKING_DIR"/keys,target="$KEY_PROVIDER_PATH" --mount type=bind,source="$WORKING_DIR"/ssl,target=/app/ssl virtru/cks:v"$CKS_VERSION" serve" > ./run.sh +echo "docker run --name Virtru_CKS --interactive --tty --detach --env-file "$WORKING_DIR"/env/cks.env -p 443:$PORT --mount type=bind,source="$WORKING_DIR"/keys,target="$KEY_PROVIDER_PATH" --mount type=bind,source="$WORKING_DIR"/ssl,target=/app/ssl containers.virtru.com/cks:v"$CKS_VERSION" serve" > ./run.sh