diff --git a/Dockerfile b/Dockerfile index 814c9d4..99dba3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ MAINTAINER Marc Villacorta Morera ENV MESOS_VERSION="0.28.1" \ MESOS_URL="http://repos.mesosphere.io/el/7/noarch/RPMS" \ JENKINS_PLUGINS_URL="https://updates.jenkins-ci.org/download/plugins" \ - JENKINS_VERSION="2.13" \ - JENKINS_MESOS_VERSION="0.12.0" + JENKINS_VERSION="2.14" \ + JENKINS_MESOS_VERSION="0.13.0" #------------------------------------------------------------------------------ # Update the base image: diff --git a/marathon.json b/marathon.json index 6d49796..2a0fb5e 100644 --- a/marathon.json +++ b/marathon.json @@ -14,7 +14,7 @@ "container": { "type": "DOCKER", "docker": { - "image": "h0tbird/jenkins:v2.13-1", + "image": "h0tbird/jenkins:v2.14-1", "network": "BRIDGE", "portMappings": [ { "containerPort": 80, "hostPort": 0 }