Skip to content
Snippets Groups Projects
Commit 38d793b4 authored by Peter Toth's avatar Peter Toth
Browse files

RabbitMQ 4.0.6, Erlang 27.2.4

parent a7ea24e2
Branches v1.0.0
No related tags found
No related merge requests found
......@@ -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:
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment