Skip to content

Commit b2eba70

Browse files
Update to 3.6.12, debian 3.6.12-1
1 parent 42d8deb commit b2eba70

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.11
69-
ENV RABBITMQ_DEBIAN_VERSION 3.6.11-1
68+
ENV RABBITMQ_VERSION 3.6.12
69+
ENV RABBITMQ_DEBIAN_VERSION 3.6.12-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)