Skip to content

Commit 7d76799

Browse files
Update to 3.6.11, debian 3.6.11-1
1 parent 8047bd3 commit 7d76799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.6/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ RUN set -ex; \
6565
apt-key list
6666
RUN echo 'deb http://www.rabbitmq.com/debian testing main' > /etc/apt/sources.list.d/rabbitmq.list
6767

68-
ENV RABBITMQ_VERSION 3.6.10
69-
ENV RABBITMQ_DEBIAN_VERSION 3.6.10-1
68+
ENV RABBITMQ_VERSION 3.6.11
69+
ENV RABBITMQ_DEBIAN_VERSION 3.6.11-1
7070

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

0 commit comments

Comments
 (0)