File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ RUN set -eux; \
180
180
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
181
181
182
182
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
183
- ENV RABBITMQ_VERSION 3.8.5
183
+ ENV RABBITMQ_VERSION 3.8.6
184
184
# https://www.rabbitmq.com/signatures.html#importing-gpg
185
185
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
186
186
ENV RABBITMQ_HOME=/opt/rabbitmq
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ RUN set -eux; \
191
191
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
192
192
193
193
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
194
- ENV RABBITMQ_VERSION 3.8.5
194
+ ENV RABBITMQ_VERSION 3.8.6
195
195
# https://www.rabbitmq.com/signatures.html#importing-gpg
196
196
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
197
197
ENV RABBITMQ_HOME=/opt/rabbitmq
You can’t perform that action at this time.
0 commit comments