Skip to content

Commit

Permalink
Upgraded build image to one that contains libsodium (hyperledger#632)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
Errorific authored Jan 22, 2019
1 parent cde9425 commit cf7d659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ try {
node {
checkout scm
docker.image('docker:18.06.0-ce-dind').withRun('--privileged') { d ->
docker.image('pegasyseng/pantheon-build:0.0.3').inside("--link ${d.id}:docker") {
docker.image('pegasyseng/pantheon-build:0.0.4').inside("--link ${d.id}:docker") {
try {
stage('Compile') {
sh './gradlew --no-daemon --parallel clean compileJava'
Expand Down

0 comments on commit cf7d659

Please sign in to comment.