Skip to content

Commit

Permalink
Update kaleido-builder dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jul 2, 2020
1 parent c6b74f5 commit 59ff86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repos/linux_full_scripts/build_kaleido
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ cp ./README.md ./repos/kaleido/
cp ./LICENSE.txt ./repos/kaleido/

# Perform build using docker
docker run -it -v `pwd`/repos/:/repos jonmmease/kaleido-builder:0.6 /repos/linux_full_scripts/build_kaleido_docker
docker run -it -v `pwd`/repos/:/repos jonmmease/kaleido-builder:0.7 /repos/linux_full_scripts/build_kaleido_docker
2 changes: 1 addition & 1 deletion repos/linux_scripts/perform_kaleido_build
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cp /repos/linux_scripts/launch_script /repos/build/kaleido/kaleido
cp /repos/kaleido/version /repos/build/kaleido/

# license
cp ../kaleido/LICENSE.txt ../build/kaleido/
cp /repos/kaleido/LICENSE.txt /repos/build/kaleido/

# Copy javascript
pushd /repos/kaleido/js/
Expand Down

0 comments on commit 59ff86a

Please sign in to comment.