Expend the volume size to 50GB

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I597afee75f41653852622367e0c00fcc00107248
diff --git a/packer_ubuntu.json b/packer_ubuntu.json
index 01f6e93..da2a1f7 100644
--- a/packer_ubuntu.json
+++ b/packer_ubuntu.json
@@ -33,7 +33,7 @@
         {
           "device_name": "/dev/sda1",
           "volume_type": "gp3",
-          "volume_size": "30",
+          "volume_size": "50",
           "delete_on_termination": true
         }
       ]