diff options
Diffstat (limited to 'scripts/docker_deploy.sh')
-rwxr-xr-x | scripts/docker_deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker_deploy.sh b/scripts/docker_deploy.sh index 36e918cf..828b7dd9 100755 --- a/scripts/docker_deploy.sh +++ b/scripts/docker_deploy.sh @@ -2,7 +2,7 @@ set -e -image="ethereum/solc" +image="dexonfoundation/dsolc" tag_and_push() { |