From 38d793b45a0930cc1e95f50275ed4c6257a74d72 Mon Sep 17 00:00:00 2001 From: petert4 <peter.toth@univie.ac.at> Date: Wed, 26 Feb 2025 09:07:26 +0100 Subject: [PATCH] RabbitMQ 4.0.6, Erlang 27.2.4 --- oeaplatform/docker-compose.yml | 4 ++-- oeaplatform/rabbitmq/Dockerfile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/oeaplatform/docker-compose.yml b/oeaplatform/docker-compose.yml index da6e8bd..6a15dca 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 5eeee3f..116547c 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 -- GitLab