Upgrade to CNI 0.9.1

Change-Id: Ia7a7eb67ca8d4f47e12f400da9fb299f90552c73
diff --git a/Dockerfile b/Dockerfile
index 3aea7ce..6d3b404 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,8 +15,8 @@
 # limitations under the License.
 
 FROM busybox:1.33.0 as static
-RUN wget https://github.com/containernetworking/plugins/releases/download/v0.8.2/cni-plugins-linux-amd64-v0.8.2.tgz
-RUN tar xvfz cni-plugins-linux-amd64-v0.8.2.tgz
+RUN wget https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-linux-amd64-v0.9.1.tgz
+RUN tar xvfz cni-plugins-linux-amd64-v0.9.1.tgz
 RUN cp ./static /bin/static
 RUN cp ./dhcp /bin/dhcp
 RUN wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
diff --git a/VERSION b/VERSION
index 45a1b3f..781dcb0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.2
+1.1.3