Skip to content

Commit

Permalink
update for 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Santomaggio committed Aug 5, 2016
1 parent c00d3ae commit 1ac0468
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.4
ENV RABBITMQ_DEBIAN_VERSION 3.6.4-1
ENV RABBITMQ_VERSION 3.6.5
ENV RABBITMQ_DEBIAN_VERSION 3.6.5-1

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

0 comments on commit 1ac0468

Please sign in to comment.