From b7223c1c438670126a73fada168bcaf76c7fd88a Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 16 Jan 2024 15:27:33 +0530 Subject: [PATCH] Update container build script --- scripts/build-sdk-test-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-sdk-test-container.sh b/scripts/build-sdk-test-container.sh index 4fee3a8..14ad3b7 100755 --- a/scripts/build-sdk-test-container.sh +++ b/scripts/build-sdk-test-container.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -docker build -t cerc-io/laconic-sdk-tester:local -f Dockerfile . +docker build -t cerc/laconic-sdk-tester:local -f Dockerfile .