Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Upgraded mesos-local container to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Sep 1, 2015
1 parent c4ec773 commit c76c0e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ public class MesosContainer extends AbstractContainer {
private static Logger LOGGER = Logger.getLogger(MesosContainer.class);

private static final String MESOS_LOCAL_IMAGE = "containersol/mesos-local";
public static final String REGISTRY_TAG = "latest";
public static final String REGISTRY_TAG = "0.2.1";
private final MesosClusterConfig clusterConfig;
private final String registryContainerId;

Expand Down

0 comments on commit c76c0e8

Please sign in to comment.