From 6b496ac32e18fbff4b2b45e0577a79b10edd4df0 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 8 Jun 2016 13:03:25 -0700 Subject: [PATCH] Upstream has changed their APT repo's GPG key https://www.rabbitmq.com/news.html https://groups.google.com/d/topic/rabbitmq-users/BO5cmEsdEhc/discussion --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2698b23..6bd513e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV RABBITMQ_LOGS=- RABBITMQ_SASL_LOGS=- # http://www.rabbitmq.com/install-debian.html # "Please note that the word testing in this line refers to the state of our release of RabbitMQ, not any particular Debian distribution." -RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys F78372A06FF50C80464FC1B4F7B8CEA6056E8E56 +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.2