Set Gerrit to 3.13.4 Change-Id: I6b2da66f22c6273919b614bac853d5e08c369a99
diff --git a/almalinux/9/Dockerfile b/almalinux/9/Dockerfile index af82345..caa2ab6 100644 --- a/almalinux/9/Dockerfile +++ b/almalinux/9/Dockerfile
@@ -11,7 +11,7 @@ RUN yum -y install initscripts && \ yum -y install java-21-openjdk -RUN yum -y install gerrit-3.13.3-1 && \ +RUN yum -y install gerrit-3.13.4-1 && \ /entrypoint.sh init && \ rm -f /var/gerrit/etc/{ssh,secure}* && rm -Rf /var/gerrit/{static,index,logs,data,index,cache,git,db,tmp}/* && chown -R gerrit:gerrit /var/gerrit && \ yum -y clean all
diff --git a/ubuntu/24/Dockerfile b/ubuntu/24/Dockerfile index 3c64e3f..9a28647 100644 --- a/ubuntu/24/Dockerfile +++ b/ubuntu/24/Dockerfile
@@ -18,7 +18,7 @@ # hence it is the only extra step that had to be added RUN update-alternatives --install /usr/bin/java java $(which java) 2222 && \ apt-get -y upgrade && \ - apt-get -y install gerrit=3.13.3-1 && \ + apt-get -y install gerrit=3.13.4-1 && \ apt-mark hold gerrit && \ /entrypoint.sh init && \ bash -c 'rm -f /var/gerrit/etc/{ssh,secure}* && rm -Rf /var/gerrit/{static,index,logs,data,index,cache,git,db,tmp}/*' && \