Update to 3.4.4
This commit is contained in:
parent
5081caca40
commit
a8033b9187
|
|
@ -15,7 +15,7 @@ RUN echo 'deb http://packages.erlang-solutions.com/debian wheezy contrib' > /etc
|
|||
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys F78372A06FF50C80464FC1B4F7B8CEA6056E8E56
|
||||
RUN echo 'deb http://www.rabbitmq.com/debian/ testing main' > /etc/apt/sources.list.d/rabbitmq.list
|
||||
|
||||
ENV RABBITMQ_VERSION 3.4.3-1
|
||||
ENV RABBITMQ_VERSION 3.4.4-1
|
||||
|
||||
RUN apt-get update && apt-get install -y rabbitmq-server=$RABBITMQ_VERSION --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM rabbitmq:3.4.3
|
||||
FROM rabbitmq:3.4.4
|
||||
|
||||
RUN rabbitmq-plugins enable --offline rabbitmq_management
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue