droplets: Update snapshot id.

The new snapshot has zulip/zulip commit till
ac0d60f577. I have also included
the custom motd from b594708915
in base image.
This commit is contained in:
Vishnu Ks 2019-06-07 20:09:09 +05:30 committed by Tim Abbott
parent 6b033c7909
commit d703e3638e
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ if __name__ == '__main__':
# Broken in two to satisfy linter (line too long)
# curl -X GET -H "Content-Type: application/json" -u <API_KEY>: "https://api.digitaloc
# ean.com/v2/images?page=5" | grep --color=always base.zulipdev.org
template_id = "36947213"
template_id = "48106286"
# get command line arguments
args = parser.parse_args()