Update to 3.6.12, debian 3.6.12-1

This commit is contained in:
Docker Library Bot 2017-09-11 17:05:06 +00:00
parent 42d8debb80
commit b2eba70a1a
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ RUN set -ex; \
apt-key list
RUN echo 'deb http://www.rabbitmq.com/debian testing main' > /etc/apt/sources.list.d/rabbitmq.list
ENV RABBITMQ_VERSION 3.6.11
ENV RABBITMQ_DEBIAN_VERSION 3.6.11-1
ENV RABBITMQ_VERSION 3.6.12
ENV RABBITMQ_DEBIAN_VERSION 3.6.12-1
RUN apt-get update && apt-get install -y --no-install-recommends \
rabbitmq-server=$RABBITMQ_DEBIAN_VERSION \