From a2d6bd3a1e21a2097207e5e3f4985c2dfb206959 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Wed, 30 May 2012 15:50:35 +0300 Subject: [PATCH] (aws deployment) update dev deployment image - latest security patches and now we must start the router --- scripts/deploy/vm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/vm.js b/scripts/deploy/vm.js index 0ae1054bc..de38451d5 100644 --- a/scripts/deploy/vm.js +++ b/scripts/deploy/vm.js @@ -4,7 +4,7 @@ jsel = require('JSONSelect'), key = require('./key.js'), sec = require('./sec.js'); -const BROWSERID_TEMPLATE_IMAGE_ID = 'ami-e4e6418d'; +const BROWSERID_TEMPLATE_IMAGE_ID = 'ami-6ed07107'; function extractInstanceDeets(horribleBlob) { var instance = {}; -- GitLab