diff --git a/docd/appengine/Dockerfile b/docd/appengine/Dockerfile index ad342a2..6bb57eb 100644 --- a/docd/appengine/Dockerfile +++ b/docd/appengine/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile which produces an AppEngine custom runtime containing docd and all # of its runtime dependencies. # https://cloud.google.com/appengine/docs/flexible/custom-runtimes/about-custom-runtimes -FROM sajari/docd:1.3.7 +FROM sajari/docd:1.3.8 CMD ["-addr", ":8080", "-json-cloud-logging", "-error-reporting"]