Skip to content

Commit

Permalink
Merge pull request #33 from Netflix/mesos-1.3.2
Browse files Browse the repository at this point in the history
Upgrade Mesos to 1.3.2.
  • Loading branch information
jeffchao authored Jan 17, 2020
2 parents 582f6ea + 469379a commit d49d347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

# Start mesos-master
mesos-master:
image: mesosphere/mesos-master:1.1.3
image: mesosphere/mesos-master:1.3.2
ports:
- "5050:5050"
command: mesos-master --zk=zk://zookeeper:2181/mantis/mesos/nmahilani --work_dir=/tmp/master --log_dir=/var/log/mesos --logging_level=INFO --quorum=1
Expand Down
2 changes: 1 addition & 1 deletion mantis-server/mantis-server-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mesosphere/mesos-slave:1.1.3
FROM mesosphere/mesos-slave:1.3.2

MAINTAINER Mantis Developers <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion mantis-server/mantis-server-worker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'eu.appsatori.fatjar'

ext {
mantisControlPlaneVersion = '1.2.+'
mesosVersion = '1.1.3'
mesosVersion = '1.3.2'
httpComponentsVersion = '4.5.6'
}

Expand Down

0 comments on commit d49d347

Please sign in to comment.