Skip to content

Commit 0035370

Browse files
Update to 3.6.6, debian 3.6.6-1
1 parent ca2f23e commit 0035370

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.5
53-
ENV RABBITMQ_DEBIAN_VERSION 3.6.5-1
52+
ENV RABBITMQ_VERSION 3.6.6
53+
ENV RABBITMQ_DEBIAN_VERSION 3.6.6-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)