Upgrade to Debian 9 (a.k.a. stretch)
Change-Id: Ibc0b20a8fd331816cfcccc7a8877efe12fdf8e37
diff --git a/vm/setup_apt.sh b/vm/setup_apt.sh
index d31a372..a2c2d28 100755
--- a/vm/setup_apt.sh
+++ b/vm/setup_apt.sh
@@ -7,8 +7,8 @@
# Set up contrib and non-free so we can install some more interesting programs.
cat > /etc/apt/sources.list.d/contrib.list <<EOT
-deb http://ftp.us.debian.org/debian/ jessie contrib non-free
-deb-src http://ftp.us.debian.org/debian/ jessie contrib non-free
+deb http://ftp.us.debian.org/debian/ stretch contrib non-free
+deb-src http://ftp.us.debian.org/debian/ stretch contrib non-free
EOT
# Get a list of the latest packages.