Skip to content

Commit

Permalink
Updated version tag to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avinash-sudhodanan committed Nov 30, 2017
1 parent 0376098 commit fd4b6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ node('docker') {

stage "Build image - Package"
echo ("Building")
def myimage = docker.build 'elastest/ess:0.5.0-alpha2'
def myimage = docker.build 'elastest/ess:0.5.0'

stage "Run image"
myimage.run()
Expand Down
2 changes: 1 addition & 1 deletion elastestservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"manifest": {
"id": "862c9c92-c875-40a6-ad7a-afe3f526bc5d",
"manifest_content": "version: '2.1'\nservices:\n ess:\n image: elastest/ess:0.5.0-alpha2\n networks:\n - elastest_elastest\n \nnetworks:\n elastest_elastest:\n external: true",
"manifest_content": "version: '2.1'\nservices:\n ess:\n image: elastest/ess:0.5.0\n networks:\n - elastest_elastest\n \nnetworks:\n elastest_elastest:\n external: true",
"manifest_type": "docker-compose",
"plan_id": "cfd3ebd1-5afa-420d-8313-43d681168cf7",
"service_id": "af7947d9-258b-4dd1-b1ca-17450db25ef7",
Expand Down

0 comments on commit fd4b6bc

Please sign in to comment.