Skip to content

Commit

Permalink
Updating XLR version in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Mar 9, 2017
1 parent 619a9f4 commit 113a1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ apply plugin: 'maven'

xlDocker {
compileImage = 'xebialabs/xlr_dev_compile'
compileVersion = 'v6.0.0.1'
compileVersion = 'v6.1.0.1'
runImage = 'xebialabs/xlr_dev_run'
runVersion = 'v6.0.0.1'
runVersion = 'v6.1.0.1'
runPortMapping = '15516:5516'
}

Expand Down

0 comments on commit 113a1db

Please sign in to comment.