bump GAE version
diff --git a/containers/syndicate-ms/Dockerfile b/containers/syndicate-ms/Dockerfile
index e74db92..7585b8a 100644
--- a/containers/syndicate-ms/Dockerfile
+++ b/containers/syndicate-ms/Dockerfile
@@ -7,7 +7,7 @@
# vars
ENV APT_KEY butler_opencloud_cs_arizona_edu_pub.gpg
ENV MS_PORT 8080
-ENV GAE_SDK google_appengine_1.9.35.zip
+ENV GAE_SDK google_appengine_1.9.36.zip
# Prep apt to be able to download over https
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --force-yes\