diff --git a/oeaplatform/docker-compose.yml b/oeaplatform/docker-compose.yml
index da6e8bd5828af4971376eafb2d0b0c00db6fe619..6a15dca9b7d4c4c1d1fe7256c7bc5264a685756e 100644
--- a/oeaplatform/docker-compose.yml
+++ b/oeaplatform/docker-compose.yml
@@ -159,8 +159,8 @@ services:
       dockerfile: Dockerfile
       args:
         - OS_RELEASE=noble-20250127
-        - APP_VERSION=4.0.5
-        - APP_ERL_VERSION=27.2
+        - APP_VERSION=4.0.6
+        - APP_ERL_VERSION=27.2.4
         - OC_CREATED=${DOCKER_BUILDDATE}
     image: "${DOCKER_REGISTRY}/mq:current"
     volumes:
diff --git a/oeaplatform/rabbitmq/Dockerfile b/oeaplatform/rabbitmq/Dockerfile
index 5eeee3fcd3171d29a83144981dafcfbb52dee8f8..116547c7c56c6c649bd3f43aa66f8d29f7a5531e 100644
--- a/oeaplatform/rabbitmq/Dockerfile
+++ b/oeaplatform/rabbitmq/Dockerfile
@@ -1,9 +1,9 @@
 ARG DOCKER_REG="" \
     OS_DISTRO="ubuntu" \
-    OS_RELEASE="noble-20240904.1" \
+    OS_RELEASE="noble-20250127" \
     OC_CREATED \
-    APP_VERSION="4.0.2" \
-    APP_ERL_VERSION="26.2.5.3"
+    APP_VERSION="4.0.6" \
+    APP_ERL_VERSION="27.2.4"
 # Remark DOCKER_REG has to end with / if specified
 
 FROM ${DOCKER_REG}${OS_DISTRO}:${OS_RELEASE} AS osbase