Set almalinux to version 9.3 in Dockerfile-dev

So that it is consistent with the production version.

Change-Id: I8b023f001b4331d8850582b67f54c051bef1141b
diff --git a/almalinux/9/Dockerfile-dev b/almalinux/9/Dockerfile-dev
index e350fb8..848bd00 100644
--- a/almalinux/9/Dockerfile-dev
+++ b/almalinux/9/Dockerfile-dev
@@ -1,4 +1,4 @@
-FROM almalinux:9.2
+FROM almalinux:9.3
 MAINTAINER Gerrit Code Review Community
 
 # Allow remote connectivity and sudo and install OpenJDK and Git