From 4312f1d75f74a5d06c6502cf887436556254609d Mon Sep 17 00:00:00 2001 From: Marc Villacorta Date: Fri, 19 Feb 2016 10:24:05 +0100 Subject: [PATCH] Bump version to v2.0.2-1 --- marathon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marathon.json b/marathon.json index ff65b3f..6cd6c0f 100644 --- a/marathon.json +++ b/marathon.json @@ -17,7 +17,7 @@ "container": { "type": "DOCKER", "docker": { - "image": "h0tbird/portus:latest", + "image": "h0tbird/portus:v2.0.2-1", "network": "BRIDGE", "portMappings": [ { "containerPort": 443, "hostPort": 0 } @@ -43,7 +43,7 @@ { "key": "env", "value": "SECRETS_ENCRYPTION_PRIVATE_KEY_PATH=/mnt/mesos/sandbox/certs/server-key.pem" }, { "key": "env", "value": "SECRETS_PORTUS_PASSWORD=portuspw" } ], - "forcePullImage": true + "forcePullImage": false } }, "healthChecks": [