Skip to content

Commit

Permalink
Use node 10 when building docker images (jaegertracing#1871)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Jonah Back <[email protected]>
  • Loading branch information
pavolloffay authored and backjo committed Dec 19, 2019
1 parent 9a1ba1c commit 1faeb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/build-docker-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
fi

source ~/.nvm/nvm.sh
nvm use 8
nvm use 10

export DOCKER_NAMESPACE=jaegertracing
make docker
Expand Down

0 comments on commit 1faeb7a

Please sign in to comment.