Set Gerrit to 3.13.3

Change-Id: Iee163ed5f23e71f0f496e96d4849beeec56a85f7
diff --git a/almalinux/9/Dockerfile b/almalinux/9/Dockerfile
index cd3561e..af82345 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.2-1 && \
+RUN yum -y install gerrit-3.13.3-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 4287341..3c64e3f 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.2-1 && \
+    apt-get -y install gerrit=3.13.3-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}/*' && \