Use the r2 of the Gerrit v2.16.4 version

The r1 (first iteration) did not contain gitiles because of a
native packaging issue. Use the r2 which contains all the plugins
as expected.

Change-Id: I80e69aaf828ca05b6597606e0cb83a113cf12894
diff --git a/centos/7/Dockerfile b/centos/7/Dockerfile
index 39be59d..129f224 100644
--- a/centos/7/Dockerfile
+++ b/centos/7/Dockerfile
@@ -8,7 +8,7 @@
 # (pre-trans Gerrit script needs to have access to the Java command)
 RUN yum -y install initscripts && \
     yum -y install java-1.8.0-openjdk && \
-    yum -y install gerrit-2.16.4-1  && rm -Rf /var/gerrit/{logs,tmp}/* && rm -Rf /var/gerrit/.gerritcodereview && \
+    yum -y install gerrit-2.16.4-2  && rm -Rf /var/gerrit/{logs,tmp}/* && rm -Rf /var/gerrit/.gerritcodereview && \
     yum -y clean all
 
 USER gerrit
diff --git a/ubuntu/16/Dockerfile b/ubuntu/16/Dockerfile
index 0ae5a21..4c180bb 100644
--- a/ubuntu/16/Dockerfile
+++ b/ubuntu/16/Dockerfile
@@ -12,7 +12,7 @@
 # Install OpenJDK and Gerrit in two subsequent transactions
 # (pre-trans Gerrit script needs to have access to the Java command)
 RUN apt-get -y install openjdk-8-jdk
-RUN apt-get -y install gerrit=2.16.4-1 && rm -f /var/gerrit/logs/*
+RUN apt-get -y install gerrit=2.16.4-2 && rm -f /var/gerrit/logs/*
 
 USER gerrit
 RUN java -jar /var/gerrit/bin/gerrit.war init --batch --install-all-plugins -d /var/gerrit