Upgrade docker build to bazel 0.23
Change-Id: Ia659a4ff18cd3913fa9ffd73e1d28c0e1774a43c
diff --git a/Dockerfile b/Dockerfile
index 9f85dc6..0810ae9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
# build problems
WORKDIR /src/onos
RUN apt-get update && apt-get install -y zip python git bzip2 build-essential && \
- curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.19.0/bazel-0.19.0-installer-linux-x86_64.sh && \
+ curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.23.0/bazel-0.23.0-installer-linux-x86_64.sh && \
chmod +x bazel.sh && \
./bazel.sh --user && \
export ONOS_ROOT=/src/onos && \