Skip to content

Commit

Permalink
Update to 3.6.6, debian 3.6.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 21, 2016
1 parent ca2f23e commit 0035370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ ENV RABBITMQ_LOGS=- RABBITMQ_SASL_LOGS=-
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 0A9AF2115F4687BD29803A206B73A36E6026DFCA
RUN echo 'deb http://www.rabbitmq.com/debian testing main' > /etc/apt/sources.list.d/rabbitmq.list

ENV RABBITMQ_VERSION 3.6.5
ENV RABBITMQ_DEBIAN_VERSION 3.6.5-1
ENV RABBITMQ_VERSION 3.6.6
ENV RABBITMQ_DEBIAN_VERSION 3.6.6-1

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

0 comments on commit 0035370

Please sign in to comment.