Dockerfile: use x/tools containing the CL 107455

The "vet" feature needs updated playground.js.

Change-Id: I9500a5774403f784b4a9757a425a31f02d49b63d
Reviewed-on: https://go-review.googlesource.com/112596
Reviewed-by: Andrew Bonventre <andybons@golang.org>
diff --git a/Dockerfile b/Dockerfile
index 97a85de..cf91c40 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -72,8 +72,8 @@
 RUN go get -d golang.org/x/text/secure/bidirule `#and 4 other pkgs` &&\
     (cd /go/src/golang.org/x/text && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset --hard $REV)
 
-# Repo golang.org/x/tools at 77106db (2018-03-24)
-ENV REV=77106db15f689a60e7d4e085d967ac557b918fb2
+# Repo golang.org/x/tools at 48418e5 (2018-05-08)
+ENV REV=48418e5732e1b1e2a10207c8007a5f959e422f20
 RUN go get -d golang.org/x/tools/go/ast/astutil `#and 3 other pkgs` &&\
     (cd /go/src/golang.org/x/tools && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset --hard $REV)