diff --git a/commons/Dockerfile b/commons/Dockerfile index 6b0742d9..3b8ee5d5 100644 --- a/commons/Dockerfile +++ b/commons/Dockerfile @@ -9,5 +9,5 @@ RUN echo "deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu trusty main" > /etc/ RUN echo "deb http://repos.mesosphere.io/ubuntu/ trusty main" > /etc/apt/sources.list.d/mesosphere.list && \ apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \ apt-get -y update && \ - apt-get -y install mesos=0.25.0-0.2.70.ubuntu1404 && \ - rm -rf /var/lib/apt/lists/* \ No newline at end of file + apt-get -y install mesos=0.26.0-0.2.145.ubuntu1404 && \ + rm -rf /var/lib/apt/lists/*