Skip to content

Commit 7fbf19e

Browse files
committed
Update to 3.6.5
1 parent 54a9a34 commit 7fbf19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ ENV RABBITMQ_LOGS=- RABBITMQ_SASL_LOGS=-
4949
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 0A9AF2115F4687BD29803A206B73A36E6026DFCA
5050
RUN echo 'deb http://www.rabbitmq.com/debian testing main' > /etc/apt/sources.list.d/rabbitmq.list
5151

52-
ENV RABBITMQ_VERSION 3.6.4
53-
ENV RABBITMQ_DEBIAN_VERSION 3.6.4-1
52+
ENV RABBITMQ_VERSION 3.6.5
53+
ENV RABBITMQ_DEBIAN_VERSION 3.6.5-1
5454

5555
RUN apt-get update && apt-get install -y --no-install-recommends \
5656
rabbitmq-server=$RABBITMQ_DEBIAN_VERSION \

0 commit comments

Comments
 (0)